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.

Value

Description

InfoPath

The default Microsoft InfoPath Office External Part.

List

The default List Office External Part.

Custom

A custom Office External Part.

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.

Value

Description

Context

Container

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.

TitleBar Element in OBPart (LayoutDefinitions Schema)

The UI and behavior of the title bar of the Office External Part.

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)