id stringlengths 14 16 | text stringlengths 2 3.14k | source stringlengths 45 175 |
|---|---|---|
d765ed86d4b0-0 | (BDCMetadata Schema)
Applies to : SharePoint 2016 | SharePoint Foundation 2013 | SharePoint Online | SharePoint Server 2013
Specifies a list of DefaultValues of a TypeDescriptor.
Namespace : http://schemas.microsoft.com/windows/2007/BusinessDataCatalog
Schema : BDCMetadata
<DefaultValues></DefaultValues>
... | https://learn.microsoft.com/en-us/sharepoint/dev/schema/defaultvalues-element-in-typedescriptor-bdcmetadata-schema |
bdd15aff1c4f-0 | (BDCMetadata Schema)
Applies to : SharePoint 2016 | SharePoint Foundation 2013 | SharePoint Online | SharePoint Server 2013
Represents a default value.
Some methods have complex signatures. For example, the Web service to get CRM customers might take six parameters, three of which might be structures with subpara... | https://learn.microsoft.com/en-us/sharepoint/dev/schema/defaultvalue-element-in-defaultvalues-bdcmetadata-schema |
bdd15aff1c4f-1 | System.Int64
System.Single
System.Double
System.Decimal
System.Boolean
System.Byte
System.UInt16
System.UInt32
System.UInt64
System.Guid
System.String
System.DateTime
Any other serializable type (such as where Type.IsSerializable == true)
Attribute type: **String**
Child elements
N... | https://learn.microsoft.com/en-us/sharepoint/dev/schema/defaultvalue-element-in-defaultvalues-bdcmetadata-schema |
f9a5360f1ce3-0 | (BDCMetadata Schema)
Applies to : SharePoint 2016 | SharePoint Foundation 2013 | SharePoint Online | SharePoint Server 2013
Specifies the rule to convert the data type of a data value into another data type.
Namespace : http://schemas.microsoft.com/windows/2007/BusinessDataCatalog
Schema : BDCMetadata
The Co... | https://learn.microsoft.com/en-us/sharepoint/dev/schema/converttype-element-in-interpretation-bdcmetadata-schema |
f9a5360f1ce3-1 | **BDCType**
Required.
The data type to convert the data value into when the rules are applied in order.
Attribute type: **String**
**LOBLocale**
Optional.
The locale of the data that is received from the external system.
Child elements
None.
Parent elements
Element
Description ... | https://learn.microsoft.com/en-us/sharepoint/dev/schema/converttype-element-in-interpretation-bdcmetadata-schema |
1892a51c019b-0 | (BDCMetadata Schema)
Applies to : SharePoint 2016 | SharePoint Foundation 2013 | SharePoint Online | SharePoint Server 2013
Specifies an AssociationReference in an AssociationGroup .
Namespace : http://schemas.microsoft.com/windows/2007/BusinessDataCatalog
Schema : BDCMetadata
<AssociationReference Entity... | https://learn.microsoft.com/en-us/sharepoint/dev/schema/associationreference-element-in-associationgroup-bdcmetadata-schema |
1892a51c019b-1 | **Reverse**
Optional.
Specifies that the referenced **Association** has its source and destination reversed. This would indicate the **Association** is working in the opposite direction compared to other associations in the same **AssociationGroup**. For example, if the **AssociationGroup** references an **Associat... | https://learn.microsoft.com/en-us/sharepoint/dev/schema/associationreference-element-in-associationgroup-bdcmetadata-schema |
be554355b53b-0 | Applies to : SharePoint 2016 | SharePoint Foundation 2013 | SharePoint Online | SharePoint Server 2013
Specifies a list of AssociationGroup elements.
Namespace : http://schemas.microsoft.com/windows/2007/BusinessDataCatalog
Schema : BDCMetadata
<AssociationGroups></AssociationGroups>
Elements and attribut... | https://learn.microsoft.com/en-us/sharepoint/dev/schema/associationgroups-element-in-entity-bdcmetadata-schema |
83417cd9fdf6-0 | Applies to : SharePoint 2016 | SharePoint Foundation 2013 | SharePoint Online | SharePoint Server 2013
Specifies an AssociationGroup , which is a construct that ties the related AssociationMethods together. For example, GetOrdersForCustomer , GetCustomerForOrder , and AssociateCustomerToOrder are all associati... | https://learn.microsoft.com/en-us/sharepoint/dev/schema/associationgroup-element-in-associationgroups-bdcmetadata-schema |
83417cd9fdf6-1 | The localized names of the AssociationGroup
Properties element in MetadataObject (BDCMetadata Schema)
The properties of the AssociationGroup .
AssociationReference element in AssociationGroup (BDCMetadata Schema)
An AssociationReference of an AssociationGroup .
Parent elements
Eleme... | https://learn.microsoft.com/en-us/sharepoint/dev/schema/associationgroup-element-in-associationgroups-bdcmetadata-schema |
b422be1a0f91-0 | Applies to : SharePoint 2016 | SharePoint Foundation 2013 | SharePoint Online | SharePoint Server 2013
Namespace : http://schemas.microsoft.com/windows/2007/BusinessDataCatalog
Schema : BDCMetadata
The Association element links related external content types within a system. For example, a customer is associated... | https://learn.microsoft.com/en-us/sharepoint/dev/schema/association-element-in-methodinstances-bdcmetadata-schema |
b422be1a0f91-1 | The IdentifierName attribute on an input TypeDescriptor object signals BDC to insert the identifier value of the EntityInstance of relevance before executing the method. For example, in an AssociationMethodInstance, the user has probably provided the identifier values for the source EntityInstance that he or she wants ... | https://learn.microsoft.com/en-us/sharepoint/dev/schema/association-element-in-methodinstances-bdcmetadata-schema |
b422be1a0f91-2 | Optional
<Association Type = "String" Default = "Boolean" ReturnParameterName = "String" ReturnTypeDescriptorName = "String" ReturnTypeDescriptorLevel = "Integer" Name = "String" DefaultDisplayName = "String" IsCached = "Boolean"> </Association>
The following sections describe attributes, child element... | https://learn.microsoft.com/en-us/sharepoint/dev/schema/association-element-in-methodinstances-bdcmetadata-schema |
b422be1a0f91-3 | Attribute type: **Boolean**
**ReturnParameterName**
Optional.
The name of the parameter that contains the ReturnTypeDescriptor of the Association. The Direction attribute of the parameter must contain a value of either **Out**, **InOut**, or **Return**.
Attribute type: **String**
**ReturnTypeDescripto... | https://learn.microsoft.com/en-us/sharepoint/dev/schema/association-element-in-methodinstances-bdcmetadata-schema |
b422be1a0f91-4 | AccessControlList element (BDCMetadata Schema)
The AccessControlList element specifies a set of access rights for the Association.
SourceEntity element in Association (BDCMetadata Schema)
The SourceEntity element specifies the source external content type in the association.
DestinationEntity element in... | https://learn.microsoft.com/en-us/sharepoint/dev/schema/association-element-in-methodinstances-bdcmetadata-schema |
410538c2f915-0 | Applies to : SharePoint 2016 | SharePoint Foundation 2013 | SharePoint Online | SharePoint Server 2013
Specifies a list of actions of an external content type.
Namespace : http://schemas.microsoft.com/windows/2007/BusinessDataCatalog
Schema : BDCMetadata
<Actions></Actions>
Elements and attributes
The fol... | https://learn.microsoft.com/en-us/sharepoint/dev/schema/actions-element-in-entity-bdcmetadata-schema |
edda174880b0-0 | Applies to : SharePoint 2016 | SharePoint Foundation 2013 | SharePoint Online | SharePoint Server 2013
Specifies a list of ActionParameters for an action.
Namespace : http://schemas.microsoft.com/windows/2007/BusinessDataCatalog
Schema : BDCMetadata
<ActionParameters></ActionParameters>
Elements and attri... | https://learn.microsoft.com/en-us/sharepoint/dev/schema/actionparameters-element-in-action-bdcmetadata-schema |
f3b53b3607ab-0 | Applies to : SharePoint 2016 | SharePoint Foundation 2013 | SharePoint Online | SharePoint Server 2013
Specifies the parameters of a URL-based action. Defines how to parameterize the URL of an action with EntityInstance-specific data.
Namespace : http://schemas.microsoft.com/windows/2007/BusinessDataCatalog
Sche... | https://learn.microsoft.com/en-us/sharepoint/dev/schema/actionparameter-element-in-actionparameters-bdcmetadata-schema |
f3b53b3607ab-1 | Elements and attributes
The following sections describe attributes, child elements, and parent elements.
Attributes
Attribute
Description
**Index**
Required.
An ordinal attribute that specifies the position of this **ActionParameter** among other **ActionParameters** in the URL.
At... | https://learn.microsoft.com/en-us/sharepoint/dev/schema/actionparameter-element-in-actionparameters-bdcmetadata-schema |
1e3a75ecbe1c-0 | Applies to : SharePoint 2016 | SharePoint Foundation 2013 | SharePoint Online | SharePoint Server 2013
Specifies an action supported by an external content type.
Namespace : http://schemas.microsoft.com/windows/2007/BusinessDataCatalog
Schema : BDCMetadata
Actions bridge the gap between Microsoft SharePoint 20... | https://learn.microsoft.com/en-us/sharepoint/dev/schema/action-element-in-actions-bdcmetadata-schema |
1e3a75ecbe1c-1 | The suggested position of this action among the other actions of this external content type.
Attribute type: **Integer**
**IsOpenedInNewWindow**
Optional.
Specifies whether the results of executing an action are presented in a new user interface window.
Default value: **false**
Attribute type: **Boolean... | https://learn.microsoft.com/en-us/sharepoint/dev/schema/action-element-in-actions-bdcmetadata-schema |
1e3a75ecbe1c-2 | Child elements
Element
Description
LocalizedDisplayNames element in MetadataObject (BDCMetadata Schema)
The localized names of the action.
Properties element in MetadataObject (BDCMetadata Schema)
The properties of the action.
ActionParameters element in Action (BDCMetadata Schema)
... | https://learn.microsoft.com/en-us/sharepoint/dev/schema/action-element-in-actions-bdcmetadata-schema |
f0b40c325b68-0 | (BDCMetadata Schema)
Applies to : SharePoint 2016 | SharePoint Foundation 2013 | SharePoint Online | SharePoint Server 2013
Specifies an access control list (ACL) for the parent element.
To learn about Business Connectivity Services and security, see Business Connectivity Services Security Overview .
Namespace... | https://learn.microsoft.com/en-us/sharepoint/dev/schema/accesscontrollist-element-bdcmetadata-schema |
61c2c513efad-0 | Applies to : SharePoint 2016 | SharePoint Foundation 2013 | SharePoint Online | SharePoint Server 2013
Contains an access control entry (ACE) which specifies access rights for the parent element.
To learn more about the Business Connectivity Services and security, see Business Connectivity Services Security Overvi... | https://learn.microsoft.com/en-us/sharepoint/dev/schema/accesscontrolentry-element-in-accesscontrollist-bdcmetadata-schema |
54d3835ce9d8-0 | (Subscription schema)
Applies to : SharePoint 2016 | SharePoint Foundation 2013 | SharePoint Online | SharePoint Server 2013
The top-level (root) element that defines a cache subscription.
Namespace : http://schemas.microsoft.com/office/2006/03/BusinessDataCatalog
schema : Subscription
<Subscription EntityNa... | https://learn.microsoft.com/en-us/sharepoint/dev/schema/subscription-element-subscription-schema |
54d3835ce9d8-1 | Attribute type: **String**
**Name**
Required.
Attribute type: **String**
**DefaultDisplayName**
Optional.
Attribute type: **String**
**IsCached**
Optional.
Attribute type: **Boolean**
Child elements
Element
Description
LocalizedDisplayNames element in MetadataOb... | https://learn.microsoft.com/en-us/sharepoint/dev/schema/subscription-element-subscription-schema |
abe90b6ca870-0 | (Subscription Schema)
Applies to : SharePoint 2016 | SharePoint Foundation 2013 | SharePoint Online | SharePoint Server 2013
Specifies a Finder or IDEnumerator method instance to execute to populate the cache.
Namespace : http://schemas.microsoft.com/office/2006/03/BusinessDataCatalog
Schema : Subscription... | https://learn.microsoft.com/en-us/sharepoint/dev/schema/query-element-in-queries-subscription-schema |
abe90b6ca870-1 | Attribute type: **String**
**IsCached**
Optional.
This attribute is not used by Business Connectivity Services in this release.
Attribute type: **Boolean**
Child elements
Element
Description
LocalizedDisplayNames Element in MetadataObject (Subscription Schema)
A list of localiz... | https://learn.microsoft.com/en-us/sharepoint/dev/schema/query-element-in-queries-subscription-schema |
4806c2decac3-0 | (Subscription Schema)
Applies to : SharePoint 2016 | SharePoint Foundation 2013 | SharePoint Online | SharePoint Server 2013
A list of queries that this cache subscription contains.
Namespace : http://schemas.microsoft.com/office/2006/03/BusinessDataCatalog
Schema : Subscription
<Queries></Queries>
Elemen... | https://learn.microsoft.com/en-us/sharepoint/dev/schema/queries-element-in-subscription-subscription-schema |
06d7cd544432-0 | Applies to : SharePoint 2016 | SharePoint Foundation 2013 | SharePoint Online | SharePoint Server 2013
This element is not used by Microsoft Business Connectivity Services (BCS) in the current release.
The Property element can contain a mix of character data and child elements.
Namespace : http://schemas.micro... | https://learn.microsoft.com/en-us/sharepoint/dev/schema/property-element-in-properties-subscription-schema |
e9b2321e437c-0 | Applies to : SharePoint 2016 | SharePoint Foundation 2013 | SharePoint Online | SharePoint Server 2013
This element is not used by Microsoft Business Connectivity Services (BCS) in the current release.
Namespace : http://schemas.microsoft.com/office/2006/03/BusinessDataCatalog
Schema : Subscription
<Properties... | https://learn.microsoft.com/en-us/sharepoint/dev/schema/properties-element-in-metadataobject-subscription-schema |
8f67a7095e17-0 | Applies to : SharePoint 2016 | SharePoint Foundation 2013 | SharePoint Online | SharePoint Server 2013
Lists the localized display names for a subscription, a query, or a subscription association.
Namespace : http://schemas.microsoft.com/office/2006/03/BusinessDataCatalog
Schema : Subscription
<LocalizedDispla... | https://learn.microsoft.com/en-us/sharepoint/dev/schema/localizeddisplaynames-element-in-metadataobject-subscription-schema |
a191e4525008-0 | Applies to : SharePoint 2016 | SharePoint Foundation 2013 | SharePoint Online | SharePoint Server 2013
Specifies a localized display name of a metadata object.
Namespace : http://schemas.microsoft.com/office/2006/03/BusinessDataCatalog
Schema : Subscription
<LocalizedDisplayName LCID = "Integer"> </LocalizedDi... | https://learn.microsoft.com/en-us/sharepoint/dev/schema/localizeddisplayname-element-in-localizeddisplaynames-subscription-schema |
85afc0d4b340-0 | (Subscription Schema)
Applies to : SharePoint 2016 | SharePoint Foundation 2013 | SharePoint Online | SharePoint Server 2013
Specifies an explicit identity contained by this cache subscription.
Namespace : http://schemas.microsoft.com/office/2006/03/BusinessDataCatalog
Schema : Subscription
<Identity></Ident... | https://learn.microsoft.com/en-us/sharepoint/dev/schema/identity-element-in-identities-subscription-schema |
ae308789b8c7-0 | (Subscription Schema)
Applies to : SharePoint 2016 | SharePoint Foundation 2013 | SharePoint Online | SharePoint Server 2013
Lists the explicit identities this cache subscription contains.
Namespace : http://schemas.microsoft.com/office/2006/03/BusinessDataCatalog
Schema : Subscription
<Identities></Identiti... | https://learn.microsoft.com/en-us/sharepoint/dev/schema/identities-element-in-subscription-subscription-schema |
202af0ece1aa-0 | (Subscription Schema)
Applies to : SharePoint 2016 | SharePoint Foundation 2013 | SharePoint Online | SharePoint Server 2013
Specifies the list of filter values for this query execution.
Namespace : http://schemas.microsoft.com/office/2006/03/BusinessDataCatalog
Schema : Subscription
<FilterValues></FilterVa... | https://learn.microsoft.com/en-us/sharepoint/dev/schema/filtervalues-element-in-query-subscription-schema |
c937e25825b5-0 | (Subscription Schema)
Applies to : SharePoint 2016 | SharePoint Foundation 2013 | SharePoint Online | SharePoint Server 2013
Specifies a list of filter values to use for an association method instance in this cache subscription.
Namespace : http://schemas.microsoft.com/office/2006/03/BusinessDataCatalog
Schema... | https://learn.microsoft.com/en-us/sharepoint/dev/schema/filtervalues-element-in-association-subscription-schema |
66874a9ebbaf-0 | (Subscription Schema)
Applies to : SharePoint 2016 | SharePoint Foundation 2013 | SharePoint Online | SharePoint Server 2013
Specifies a filter value for a query or association. The FilterValue element can contain a mix of character data and child elements.
Namespace : http://schemas.microsoft.com/office/2006/03... | https://learn.microsoft.com/en-us/sharepoint/dev/schema/filtervalue-element-in-filtervalues-subscription-schema |
02e96ef36720-0 | (Subscription Schema)
Applies to : SharePoint 2016 | SharePoint Foundation 2013 | SharePoint Online | SharePoint Server 2013
Lists the subscription associations in this cache subscription.
Namespace : http://schemas.microsoft.com/office/2006/03/BusinessDataCatalog
Schema : Subscription
<Associations></Associ... | https://learn.microsoft.com/en-us/sharepoint/dev/schema/associations-element-in-subscription-subscription-schema |
dbff1572e017-0 | (Subscription Schema)
Applies to : SharePoint 2016 | SharePoint Foundation 2013 | SharePoint Online | SharePoint Server 2013
Represents a subscription association.
Namespace : http://schemas.microsoft.com/office/2006/03/BusinessDataCatalog
Schema : Subscription
<Association RefreshIntervalInMinutes = "Long" ... | https://learn.microsoft.com/en-us/sharepoint/dev/schema/association-element-in-associations-subscription-schema |
dbff1572e017-1 | **TargetView**
Required.
The **SpecificFinder** view for the related external items.
Attribute type: String
**Enabled**
Optional.
Specifies whether this subscription association is enabled. If not enabled, the **Association** method instance is not run and the cache is not populated with the related ex... | https://learn.microsoft.com/en-us/sharepoint/dev/schema/association-element-in-associations-subscription-schema |
381a58c25aee-0 | (LayoutDefinitions Schema)
Applies to : SharePoint 2016 | SharePoint Foundation 2013 | SharePoint Online | SharePoint Server 2013
Specifies the user interface (UI) and behavior of the title bar of the Office External Part.
Namespace : http://schemas.microsoft.com/office/2009/05/BusinessApplications/Layout
Sche... | https://learn.microsoft.com/en-us/sharepoint/dev/schema/titlebar-element-in-obpart-layoutdefinitions-schema |
4dd9ef6f2561-0 | (LayoutDefinitions Schema)
Applies to : SharePoint 2016 | SharePoint Foundation 2013 | SharePoint Online | SharePoint Server 2013
Specifies an External Data Part.
Namespace : http://schemas.microsoft.com/office/2009/05/BusinessApplications/Layout
Schema : LayoutDefinitions
<OBPart PartType = "String" Qualifi... | https://learn.microsoft.com/en-us/sharepoint/dev/schema/obpart-element-in-arrayofobpart-layoutdefinitions-schema |
4dd9ef6f2561-1 | Attribute type: **String**
**DataSourceOrigin**
Optional.
This is not used in the current release.
The following table lists the possible values for this attribute.
Value
Description
Context
Container
**Description**
Optional.
A brief phrase that des... | https://learn.microsoft.com/en-us/sharepoint/dev/schema/obpart-element-in-arrayofobpart-layoutdefinitions-schema |
4dd9ef6f2561-2 | ActionNames element in OBPart (LayoutDefinitions Schema)
The actions that are exposed by this Office External Part.
Parent elements
Element
Description
Children element in Container (LayoutDefinitions Schema) | https://learn.microsoft.com/en-us/sharepoint/dev/schema/obpart-element-in-arrayofobpart-layoutdefinitions-schema |
8d1b08de06e7-0 | (LayoutDefinitions Schema)
Applies to : SharePoint 2016 | SharePoint Foundation 2013 | SharePoint Online | SharePoint Server 2013
Defines a custom property of a Container or an Office External Part.
Namespace : http://schemas.microsoft.com/office/2009/05/BusinessApplications/Layout
Schema : LayoutDefinitions
... | https://learn.microsoft.com/en-us/sharepoint/dev/schema/customproperty-element-in-arrayofcustomproperty-layoutdefinitions-schema |
a3c5ed45f1fe-0 | (LayoutDefinitions Schema)
Applies to : SharePoint 2016 | SharePoint Foundation 2013 | SharePoint Online | SharePoint Server 2013
Lists the custom properties of the Container or External Data Part.
Namespace : http://schemas.microsoft.com/office/2009/05/BusinessApplications/Layout
Schema : LayoutDefinitions
... | https://learn.microsoft.com/en-us/sharepoint/dev/schema/customproperties-element-in-uielement-layoutdefinitions-schema |
aeb31c501d96-0 | (LayoutDefinitions Schema)
Applies to : SharePoint 2016 | SharePoint Foundation 2013 | SharePoint Online | SharePoint Server 2013
Specifies the layout for the External Data Parts.
Namespace : http://schemas.microsoft.com/office/2009/05/BusinessApplications/Layout
Schema : LayoutDefinitions
<Container Contain... | https://learn.microsoft.com/en-us/sharepoint/dev/schema/container-element-layoutdefinitions-schema |
b26bc58134f7-0 | (LayoutDefinitions Schema)
Applies to : SharePoint 2016 | SharePoint Foundation 2013 | SharePoint Online | SharePoint Server 2013
Lists the External Data Parts in this layout.
Element information
Namespace : http://schemas.microsoft.com/office/2009/05/BusinessApplications/Layout
Schema : LayoutDefinitions
... | https://learn.microsoft.com/en-us/sharepoint/dev/schema/children-element-in-container-layoutdefinitions-schema |
9db30dad7eee-0 | (LayoutDefinitions Schema)
Applies to : SharePoint 2016 | SharePoint Foundation 2013 | SharePoint Online | SharePoint Server 2013
Defines the actions exposed by the External Data Part.
Namespace : http://schemas.microsoft.com/office/2009/05/BusinessApplications/Layout
Schema : LayoutDefinitions
<ActionNames>... | https://learn.microsoft.com/en-us/sharepoint/dev/schema/actionnames-element-in-obpart-layoutdefinitions-schema |
388e01dc39be-0 | (LayoutDefinitions Schema)
Applies to : SharePoint 2016 | SharePoint Foundation 2013 | SharePoint Online | SharePoint Server 2013
Specifies an action for this External Data Part.
Namespace : http://schemas.microsoft.com/office/2009/05/BusinessApplications/Layout
Schema : LayoutDefinitions
XML
<ActionName></A... | https://learn.microsoft.com/en-us/sharepoint/dev/schema/actionname-element-in-arrayofactions-layoutdefinitions-schema |
815c83edc468-0 | (SolutionManifestDeclarativeExtensions Schema)
Applies to : SharePoint 2016 | SharePoint Foundation 2013 | SharePoint Online | SharePoint Server 2013
The CodeMethodAction element is used to execute a URL-based action in Microsoft Outlook 2010.
Namespace :
http://schemas.microsoft.com/office/2009/05/BusinessApp... | https://learn.microsoft.com/en-us/sharepoint/dev/schema/urlaction-element-in-actions-solutionmanifestdeclarativeextensions-schema |
815c83edc468-1 | Optional.
Attribute type: **String**
**Tooltip**
The tooltip for the action. This is displayed as a tooltip for the action in the Outlook user interface.
Optional.
Attribute type: **String**
**Image**
The path to an icon file. The icon is displayed for the action in the Outlook user interface. The... | https://learn.microsoft.com/en-us/sharepoint/dev/schema/urlaction-element-in-actions-solutionmanifestdeclarativeextensions-schema |
815c83edc468-2 | StaticContext
Does not need an item context. For example, a create action does not need any item context.
**Name**
A name for this action.
Required.
Attribute type: **String**
**Description**
A description for this action.
Optional.
Attribute type: **String**
Child elements
... | https://learn.microsoft.com/en-us/sharepoint/dev/schema/urlaction-element-in-actions-solutionmanifestdeclarativeextensions-schema |
8235155047ad-0 | (SolutionManifestDeclarativeExtensions Schema)
Applies to : SharePoint 2016 | SharePoint Foundation 2013 | SharePoint Online | SharePoint Server 2013
The Picture element is used to describe the icon to use for a form region in Microsoft Outlook 2010.
Namespace :
http://schemas.microsoft.com/office/2009/05/Busi... | https://learn.microsoft.com/en-us/sharepoint/dev/schema/picture-element-in-declarativeformregion-solutionmanifestdeclarativeextensions-s |
1db21975fa50-0 | (SolutionManifestDeclarativeExtensions Schema)
Applies to : SharePoint 2016 | SharePoint Foundation 2013 | SharePoint Online | SharePoint Server 2013
The Parameters element lists all the parameters that an action accepts.
Namespace :
http://schemas.microsoft.com/office/2009/05/BusinessApplications/Manifest/Dec... | https://learn.microsoft.com/en-us/sharepoint/dev/schema/parameters-element-in-actiondefinition-solutionmanifestdeclarativeextensions-sch |
6d0f0420b386-0 | (SolutionManifestDeclarativeExtensions Schema)
Applies to : SharePoint 2016 | SharePoint Foundation 2013 | SharePoint Online | SharePoint Server 2013
Specifies the layouts for a context definition.
Namespace :
http://schemas.microsoft.com/office/2009/05/BusinessApplications/Manifest/DeclarativeExtensions
Schem... | https://learn.microsoft.com/en-us/sharepoint/dev/schema/layouts-element-in-declarativecontextdefinition-solutionmanifestdeclarativeexten |
55d2e92897ef-0 | (SolutionManifestDeclarativeExtensions Schema)
Applies to : SharePoint 2016 | SharePoint Foundation 2013 | SharePoint Online | SharePoint Server 2013
The Layout element is used to specify the location of the layout file that contains layout information for the external data part.
Namespace :
http://schemas.mic... | https://learn.microsoft.com/en-us/sharepoint/dev/schema/layout-element-in-layouts-solutionmanifestdeclarativeextensions-schema |
55d2e92897ef-1 | Parent elements
Element
Description
Layouts Element in DeclarativeContextDefinition (SolutionManifestDeclarativeExtensions Schema)
The Layouts element that contains this layout. | https://learn.microsoft.com/en-us/sharepoint/dev/schema/layout-element-in-layouts-solutionmanifestdeclarativeextensions-schema |
6cbf4819669e-0 | (SolutionManifestDeclarativeExtensions Schema)
Applies to : SharePoint 2016 | SharePoint Foundation 2013 | SharePoint Online | SharePoint Server 2013
The ExpressionParameter element defines a parameter for an action that can take a value from the context of the current item.
Namespace :
http://schemas.microsof... | https://learn.microsoft.com/en-us/sharepoint/dev/schema/expressionparameter-element-in-actionparameterdefinitions-solutionmanifestdeclar |
647797bc8f31-0 | (SolutionManifestDeclarativeExtensions Schema)
Applies to : SharePoint 2016 | SharePoint Foundation 2013 | SharePoint Online | SharePoint Server 2013
The SolutionSettings element is used to define the settings for the declarative solution, such as the ID, display name, description, and so on.
Namespace :
http:... | https://learn.microsoft.com/en-us/sharepoint/dev/schema/declarativesolutionsettings-element-solutionmanifestdeclarativeextensions-schema |
647797bc8f31-1 | Attribute type: **String**
**Description**
Optional.
A description for this solution.
Attribute type: **String**
Child elements
None.
Parent elements
None. | https://learn.microsoft.com/en-us/sharepoint/dev/schema/declarativesolutionsettings-element-solutionmanifestdeclarativeextensions-schema |
1146dd11406a-0 | (SolutionManifestDeclarativeExtensions Schema)
Applies to : SharePoint 2016 | SharePoint Foundation 2013 | SharePoint Online | SharePoint Server 2013
Lists the form regions in which external data will be displayed in Microsoft Outlook 2010.
Namespace :
http://schemas.microsoft.com/office/2009/05/BusinessApplicat... | https://learn.microsoft.com/en-us/sharepoint/dev/schema/declarativeformregions-element-solutionmanifestdeclarativeextensions-schema |
1f8637344ca3-0 | (SolutionManifestDeclarativeExtensions Schema)
Applies to : SharePoint 2016 | SharePoint Foundation 2013 | SharePoint Online | SharePoint Server 2013
The DeclarativeFormRegion element is used to describe the form region in which external data is displayed in Microsoft Outlook 2010.
Namespace :
http://schemas.m... | https://learn.microsoft.com/en-us/sharepoint/dev/schema/declarativeformregion-element-in-declarativeformregions-solutionmanifestdeclarat |
1f8637344ca3-1 | **ShowInspectorComposeMode**
Optional.
Determines whether the form region is available in compose mode in Outlook.
Attribute type: **Boolean**
**ShowInspectorReadMode**
Optional.
Determines whether the form region is available in read mode in Outlook.
Attribute type: **Boolean**
**Title**
Opti... | https://learn.microsoft.com/en-us/sharepoint/dev/schema/declarativeformregion-element-in-declarativeformregions-solutionmanifestdeclarat |
82a1fb8f40ba-0 | (SolutionManifestDeclarativeExtensions Schema)
Applies to : SharePoint 2016 | SharePoint Foundation 2013 | SharePoint Online | SharePoint Server 2013
The DeclarativeContextDefinitionGroup element derives from the ContextDefinitionGroup element. In intermediate declarative Microsoft Outlook 2010 solutions, this ... | https://learn.microsoft.com/en-us/sharepoint/dev/schema/declarativecontextdefinitiongroup-element-solutionmanifestdeclarativeextensions |
82a1fb8f40ba-1 | 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 cont... | https://learn.microsoft.com/en-us/sharepoint/dev/schema/declarativecontextdefinitiongroup-element-solutionmanifestdeclarativeextensions |
e00a2bab76ec-0 | (SolutionManifestDeclarativeExtensions Schema)
Applies to : SharePoint 2016 | SharePoint Foundation 2013 | SharePoint Online | SharePoint Server 2013
The DeclarativeContextDefinition element derives from the ContextDefinition element. In intermediate declarative Microsoft Outlook 2010 solutions, this element is... | https://learn.microsoft.com/en-us/sharepoint/dev/schema/declarativecontextdefinition-element-solutionmanifestdeclarativeextensions-schem |
e00a2bab76ec-1 | Attribute
Description
ContentType
The type name of this context in Outlook 2010. Can be different from the name of the external content type in the model. The value that you specify here affects the name of the Outlook item type as it appears in the Outlook object model. In Outlook, the name is appended t... | https://learn.microsoft.com/en-us/sharepoint/dev/schema/declarativecontextdefinition-element-solutionmanifestdeclarativeextensions-schem |
e00a2bab76ec-2 | Layouts Element in DeclarativeContextDefinition (SolutionManifestDeclarativeExtensions Schema)
The Layouts element lists the layouts that are defined for this context definition.
Actions Element in DeclarativeContextDefinition (SolutionManifestDeclarativeExtensions Schema)
The Actions element displays the... | https://learn.microsoft.com/en-us/sharepoint/dev/schema/declarativecontextdefinition-element-solutionmanifestdeclarativeextensions-schem |
c72412ae2a6d-0 | (SolutionManifestDeclarativeExtensions Schema)
Applies to : SharePoint 2016 | SharePoint Foundation 2013 | SharePoint Online | SharePoint Server 2013
The DeclarativeAssociation element derives from the Association element. In intermediate declarative Microsoft Outlook 2010 solutions, this element is used to des... | https://learn.microsoft.com/en-us/sharepoint/dev/schema/declarativeassociation-element-solutionmanifestdeclarativeextensions-schema |
c72412ae2a6d-1 | ReferenceOfficeItemPropertyName
The name of the Outlook property in which you want to store the entity instance reference of the association. Must match the name of an OfficeItemProperty in the Solution Manifest. Required. Attribute type: String
Name
A name for the association. Required. Attribute type: S... | https://learn.microsoft.com/en-us/sharepoint/dev/schema/declarativeassociation-element-solutionmanifestdeclarativeextensions-schema |
08bcf75b79dd-0 | (SolutionManifestDeclarativeExtensions Schema)
Applies to : SharePoint 2016 | SharePoint Foundation 2013 | SharePoint Online | SharePoint Server 2013
The ContextEventHandlers element is used to specify the actions to be executed when a context becomes active, and the actions to be taken when a context is deactiva... | https://learn.microsoft.com/en-us/sharepoint/dev/schema/contexteventhandlers-element-in-declarativecontextdefinition-solutionmanifestdec |
7f8d589ee084-0 | (SolutionManifestDeclarativeExtensions Schema)
Applies to : SharePoint 2016 | SharePoint Foundation 2013 | SharePoint Online | SharePoint Server 2013
Enables you to execute a specified action when a context is deactivated. For example, this can be used to execute a custom action to do cleanup when a context is deac... | https://learn.microsoft.com/en-us/sharepoint/dev/schema/contextdeactivated-element-in-contexteventhandlers-solutionmanifestdeclarativeex |
ee1f21cb9d00-0 | (SolutionManifestDeclarativeExtensions Schema)
Applies to : SharePoint 2016 | SharePoint Foundation 2013 | SharePoint Online | SharePoint Server 2013
The ContextActivated element enables you to execute a specified action when a context becomes active.
Namespace : http://schemas.microsoft.com/office/2009/05/Bus... | https://learn.microsoft.com/en-us/sharepoint/dev/schema/contextactivated-element-in-contexteventhandlers-solutionmanifestdeclarativeexte |
d71bff37f8b0-0 | (SolutionManifestDeclarativeExtensions Schema)
Applies to : SharePoint 2016 | SharePoint Foundation 2013 | SharePoint Online | SharePoint Server 2013
The ConstantParameter element defines a constant parameter for an action.
Namespace : http://schemas.microsoft.com/office/2009/05/BusinessApplications/Manifest/D... | https://learn.microsoft.com/en-us/sharepoint/dev/schema/constantparameter-element-in-actionparameterdefinitions-solutionmanifestdeclarat |
d71bff37f8b0-1 | **Value**
The constant value of the parameter.
Required.
Attribute type: **String**
**Name**
A name for the constant parameter.
Required.
Attribute type: **String**
**Description**
A description for the parameter.
Optional.
Attribute type: **String**
Child elements
None.
Parent... | https://learn.microsoft.com/en-us/sharepoint/dev/schema/constantparameter-element-in-actionparameterdefinitions-solutionmanifestdeclarat |
1610013eb553-0 | (SolutionManifestDeclarativeExtensions Schema)
Applies to : SharePoint 2016 | SharePoint Foundation 2013 | SharePoint Online | SharePoint Server 2013
The CodeMethodAction element is used to execute a custom code action or to execute one of the predefined actions provided by Microsoft Business Connectivity Service... | https://learn.microsoft.com/en-us/sharepoint/dev/schema/codemethodaction-element-in-actions-solutionmanifestdeclarativeextensions-schema |
1610013eb553-1 | CreateEntity
Opens the user interface for the Create Entity layout in Microsoft Outlook.
EditEntity
Opens the user interface for the Edit Entity layout in Outlook.
DeleteEntity
Deletes the current item.
ViewDetails
Opens the user interface for the Edit Entity layout in read-only mode in Outloo... | https://learn.microsoft.com/en-us/sharepoint/dev/schema/codemethodaction-element-in-actions-solutionmanifestdeclarativeextensions-schema |
1610013eb553-2 | Optional.
Attribute type: **String**
**MethodName**
The name of the method to execute in the class.
Optional.
Attribute type: **String**
**Caption**
The caption for the action. This is displayed as a caption for the action in the Outlook user interface.
Optional.
Attribute type: **String**
... | https://learn.microsoft.com/en-us/sharepoint/dev/schema/codemethodaction-element-in-actions-solutionmanifestdeclarativeextensions-schema |
1610013eb553-3 | Optional.
The following table lists the possible values for this attribute.
Value
Description
ItemContext
Needs an item context. For example, an update action needs an item context to update an item.
StaticContext
Does not need an item context. For example, a create action does... | https://learn.microsoft.com/en-us/sharepoint/dev/schema/codemethodaction-element-in-actions-solutionmanifestdeclarativeextensions-schema |
37c66f2c267b-0 | (SolutionManifestDeclarativeExtensions Schema)
Applies to : SharePoint 2016 | SharePoint Foundation 2013 | SharePoint Online | SharePoint Server 2013
Lists the actions associated with the context definition.
Namespace : http://schemas.microsoft.com/office/2009/05/BusinessApplications/Manifest/DeclarativeExtensio... | https://learn.microsoft.com/en-us/sharepoint/dev/schema/actions-element-in-declarativecontextdefinition-solutionmanifestdeclarativeexten |
51fb6941d186-0 | Applies to : SharePoint 2016 | SharePoint Foundation 2013 | SharePoint Online | SharePoint Server 2013
Describes a folder view in Microsoft Outlook 2010.
Namespace : http://schemas.microsoft.com/office/2009/05/BusinessApplications/Manifest
Schema : SolutionManifestDefinitions
Definition
<FolderViewDefinition... | https://learn.microsoft.com/en-us/sharepoint/dev/schema/folderviewdefinition-element |
51fb6941d186-1 | **Description**
A description for the view.
Optional.
Attribute type: **String**
Child elements
None.
Parent elements
Element
Description
**Views**
Contains this view. | https://learn.microsoft.com/en-us/sharepoint/dev/schema/folderviewdefinition-element |
165ea51d5c02-0 | Applies to : SharePoint 2016 | SharePoint Foundation 2013 | SharePoint Online | SharePoint Server 2013
Describes Microsoft Outlook 2010 views.
Namespace : http://schemas.microsoft.com/office/2009/05/BusinessApplications/Manifest
Schema : SolutionManifestDefinitions
<Views> </Views>
Elements and attributes
... | https://learn.microsoft.com/en-us/sharepoint/dev/schema/views-element |
0712530bacea-0 | Applies to : SharePoint 2016 | SharePoint Foundation 2013 | SharePoint Online | SharePoint Server 2013
The Association element is used to describe an association.
Namespace : http://schemas.microsoft.com/office/2009/05/BusinessApplications/Manifest
Schema : SolutionManifestDefinitions
<Association Associatio... | https://learn.microsoft.com/en-us/sharepoint/dev/schema/association-element |
0712530bacea-1 | Child elements
None.
Parent elements
Element
Description
**Associations**
The **Associations** element that contains this association. | https://learn.microsoft.com/en-us/sharepoint/dev/schema/association-element |
00a808973a70-0 | Applies to : SharePoint 2016 | SharePoint Foundation 2013 | SharePoint Online | SharePoint Server 2013
Describes associations.
Namespace : http://schemas.microsoft.com/office/2009/05/BusinessApplications/Manifest
Schema : SolutionManifestDefinitions
<Associations> </Associations>
Elements and attributes
T... | https://learn.microsoft.com/en-us/sharepoint/dev/schema/associations-element |
6b50242764fe-0 | Applies to : SharePoint 2016 | SharePoint Foundation 2013 | SharePoint Online | SharePoint Server 2013
Describes the Microsoft Outlook 2010 folder that contains the external data.
Namespace : http://schemas.microsoft.com/office/2009/05/BusinessApplications/Manifest
Schema : SolutionManifestDefinitions
<Outlook... | https://learn.microsoft.com/en-us/sharepoint/dev/schema/outlookfolder-element |
6b50242764fe-1 | **CanCreate**
Specifies whether users can create items in this folder.
Optional.
Attribute type: **Boolean**
**CanUpdate**
Specifies whether users can update items in this folder.
Optional.
Attribute type: **Boolean**
**CanDelete**
Specifies whether users can delete items in this folder.
Opt... | https://learn.microsoft.com/en-us/sharepoint/dev/schema/outlookfolder-element |
7c0471b49a0c-0 | Applies to : SharePoint 2016 | SharePoint Foundation 2013 | SharePoint Online | SharePoint Server 2013
Describes the icon to use in Microsoft Outlook 2010.
Namespace : http://schemas.microsoft.com/office/2009/05/BusinessApplications/Manifest
Schema : SolutionManifestDefinitions
<Picture IconFilePath = "String"... | https://learn.microsoft.com/en-us/sharepoint/dev/schema/picture-element |
896ee602b76a-0 | Applies to : SharePoint 2016 | SharePoint Foundation 2013 | SharePoint Online | SharePoint Server 2013
Describes the form region in which external data will be displayed in Microsoft Outlook 2010.
Namespace : http://schemas.microsoft.com/office/2009/05/BusinessApplications/Manifest
Schema : SolutionManifestDefin... | https://learn.microsoft.com/en-us/sharepoint/dev/schema/formregion-element |
a537d9953225-0 | Applies to : SharePoint 2016 | SharePoint Foundation 2013 | SharePoint Online | SharePoint Server 2013
Describes the properties of the form region used to display the external data.
Namespace : http://schemas.microsoft.com/office/2009/05/BusinessApplications/Manifest
Schema : SolutionManifestDefinitions
<FormR... | https://learn.microsoft.com/en-us/sharepoint/dev/schema/formregions-element |
34691c7ee014-0 | Applies to : SharePoint 2016 | SharePoint Foundation 2013 | SharePoint Online | SharePoint Server 2013
Describes how to display a field of an external content type in Microsoft Outlook 2010.
Namespace : http://schemas.microsoft.com/office/2009/05/BusinessApplications/Manifest
Schema : SolutionManifestDefinitions... | https://learn.microsoft.com/en-us/sharepoint/dev/schema/officeitemproperty-element |
34691c7ee014-1 | Attribute type: **String**
**Name**
The name of the **OfficeItemProperty from the **Entities** section in the solution manifest for this field.
Required.
Attribute type: **String**
**Description**
A description for the property.
Optional.
Attribute type: **String**
Child elements
None.... | https://learn.microsoft.com/en-us/sharepoint/dev/schema/officeitemproperty-element |
b2e542041af7-0 | Applies to : SharePoint 2016 | SharePoint Foundation 2013 | SharePoint Online | SharePoint Server 2013
Describes the fields of an external content type.
Namespace : http://schemas.microsoft.com/office/2009/05/BusinessApplications/Manifest
Schema : SolutionManifestDefinitions
<OfficeItemProperties> </OfficeItem... | https://learn.microsoft.com/en-us/sharepoint/dev/schema/officeitemproperties-element |
c74a49edb131-0 | Applies to : SharePoint 2016 | SharePoint Foundation 2013 | SharePoint Online | SharePoint Server 2013
Describes how external data should appear in Microsoft Outlook 2010 and what other customizations you need in Outlook.
Namespace : http://schemas.microsoft.com/office/2009/05/BusinessApplications/Manifest
Schem... | https://learn.microsoft.com/en-us/sharepoint/dev/schema/outlookitemcustomizations-element |
c74a49edb131-1 | Element
Description
OfficeItemCustomizations
Describes Outlook-specific customizations. | https://learn.microsoft.com/en-us/sharepoint/dev/schema/outlookitemcustomizations-element |
4eb09b1acb71-0 | (SolutionManifestDefinitions Schema)
Applies to : SharePoint 2016 | SharePoint Foundation 2013 | SharePoint Online | SharePoint Server 2013
Specifies the SpecificFinder method instance of the external content type that should be run to get external data.
Namespace : http://schemas.microsoft.com/office/2009/05/... | https://learn.microsoft.com/en-us/sharepoint/dev/schema/view-element-in-entityinstancedefinition-solutionmanifestdefinitions-schema |
4eb09b1acb71-1 | Parent elements
Element
Description
Entity Element in Entities (SolutionManifestDefinitions Schema)
The external content type this view this belongs to. | https://learn.microsoft.com/en-us/sharepoint/dev/schema/view-element-in-entityinstancedefinition-solutionmanifestdefinitions-schema |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.