WebPartConnection element (Module)

Applies to: SharePoint 2016 | SharePoint Foundation 2013 | SharePoint Online | SharePoint Server 2013

Specifies the web part connections for a module.

Definition

<WebPartConnection
   ID = string
   ConsumerID = string
   ProviderID = string
   ConsumerConnectionPointID = string
   ProviderConnectionPointID = string
   TargetPageUrl = string
   CrossPageConnectionID = string
   CrossPageSchema = string />

Elements and attributes

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

Attributes

Attribute

Description

**ID**

Optional **string**. Specifies the ID of the web part connection.

**ConsumerID**

Optional **string**.

**ProviderID**

Optional **string**.

**ConsumerConnectionPointID**

Optional **string**.

**ProviderConnectionPointID**

Optional **string**.

**TargetPageUrl**

Optional **string**.

**CrossPageConnectionID**

Optional **string**.

**CrossPageSchema**

Optional **string**.

Child elements

Element

Description

WebPartTransformer Element (Module)

Parent elements

File

Occurrences

Minimum: 0

Maximum: Unbounded

See also