Share via


ContextDefinitionGroup Element in ContextDefinitionGroups (SolutionManifestDefinitions Schema)

Applies to: SharePoint Server 2010

Defines a context definition group containing a list of context definitions for one of the Outlook Item Types such as Contact, Task, Post, or Calendar, or if showing data in a task pane, an EntityView.

Namespace: https://schemas.microsoft.com/office/2009/05/BusinessApplications/Manifest

Schema: SolutionManifestDefinitions

<ContextDefinitionGroup ItemType = "String" Description = "String"> </ContextDefinitionGroup>

Attributes and Elements

The following sections describe attributes, child elements, and parent elements.

Attributes

Attribute

Description

ItemType

Required.

The Outlook Item Type this context definition group represents.

The following table lists the possible values for this attribute.

Value

Description

EntityView

This value indicates that the context for this context definition group is an Outlook task pane.

OutlookAppointment

This value indicates that the context for this context definition group is an Outlook Appointment item.

OutlookContact

This value indicates that the context for this context definition group is the Outlook Contact item.

OutlookPost

This value indicates that the context for this context definition group is the Outlook Post item.

OutlookTask

This value indicates that the context for this context definition group is the Outlook Task item.

Description

Optional.

A description for this context definition group.

Attribute type: String

Child Elements

Element

Description

ContextDefinition Element in ContextDefinitionGroup (SolutionManifestDefinitions Schema)

Defines a context for an external content type that is of this Outlook Item Type.

Parent Elements

Element

Description

ContextDefinitionGroups Element in SolutionDefinition (SolutionManifestDefinitions Schema)

The ContextDefinitionGroups element that contains this context definition group.