OBPart Element in ArrayOfOBPart (LayoutDefinitions Schema)
Applies to: SharePoint Server 2010
Specifies an External Data Part.
Namespace: https://schemas.microsoft.com/office/2009/05/BusinessApplications/Layout
Schema: LayoutDefinitions
<OBPart PartType = "String" QualifiedTypeName = "String" DataSourceName = "String" DataSourceOrigin = "String" Description = "String" Text = "String" Expanded = "Boolean" FillParent = "Boolean"> </OBPart>
Attributes and Elements
The following sections describe attributes, child elements, and parent elements.
Attributes
Attribute |
Description |
||||||||
---|---|---|---|---|---|---|---|---|---|
PartType |
Required. The type of the Office External Part. The following table lists the possible values for this attribute.
|
||||||||
QualifiedTypeName |
Optional. If PartType is Custom, you must provide this attribute. It specifies the fully qualified .NET Framework type name of the custom Office External Part. Attribute type: String |
||||||||
DataSourceName |
Optional. The name of the data source to use for this Office External Part (for example, the name of the external content type's view, the SpecificFinder method instance). Attribute type: String |
||||||||
DataSourceOrigin |
Optional. This is not used in the current release. The following table lists the possible values for this attribute.
|
||||||||
Description |
Optional. A brief phrase that describes what the Office External Part does, for use in ToolTips. Attribute type: String |
||||||||
Text |
Optional. The title of the Office External Part. Attribute type: String |
||||||||
Expanded |
Optional. Determines whether the Office External Part is expanded when it is displayed for the first time in a Stack container. Attribute type: Boolean. true if the External Data Part is expanded when it is displayed for the first time in a Stack container; otherwise, false. |
||||||||
FillParent |
Optional. Specifies if this Office External Part is maximized within its parent container. Attribute type: Boolean |
Child Elements
Element |
Description |
---|---|
CustomProperties Element in UIElement (LayoutDefinitions Schema) |
The list of the custom properties of the Container or Office External Part. |
The UI and behavior of the title bar of the Office External Part. |
|
The actions that are exposed by this Office External Part. |
Parent Elements
Element |
Description |
---|---|