SPWebPartConnection Properties (Microsoft.SharePoint.WebPartPages)
| |
Name
|
Description
|
|
Consumer
|
Gets a Web Part that is acting as the consumer in a connection.
|
|
ConsumerConnectionPoint
|
Gets the connection point for a control that is acting as a consumer in a connection.
|
|
ConsumerConnectionPointID
|
Gets or sets the ID of the object serving as the consumer connection point for that connection.
|
|
ConsumerID
|
Gets or sets the ID of the consumer Web Part for the connection.
|
|
CrossPageConnectionID
|
Gets or sets the ID of the Web Part acting as a consumer for that cross-page connection.
|
|
CrossPageSchema
| |
|
ID
| |
|
IsActive
|
Gets a value that indicates whether an SPWebPartConnection object is currently established and able to exchange data between its provider and consumer controls.
|
|
IsEnabled
| |
|
IsShared
|
Gets a value that indicates whether an SPWebPartConnection object is visible to all users or only to the current user.
|
|
IsStatic
|
Gets a value that indicates whether an SPWebPartConnection object is declared in the markup of a Web page, or created programmatically.
|
|
Provider
|
Gets a WebPart control that acts as the provider in a Web Parts connection.
|
|
ProviderConnectionPoint
|
Gets the object that serves as a connection point for a Web Part control acting as a provider for a connection.
|
|
ProviderConnectionPointID
|
Gets or sets the property value on a connection that references the ID of the object serving as the provider connection point for that connection.
|
|
ProviderID
|
Gets or sets the property value on a connection that references the ID of the Web Part control acting as a provider for that connection.
|
|
SourcePageUrl
|
Gets or sets the URL of the consumer Web Part in a cross-page connection.
|
|
SPTransformers
|
|
|
TargetPageUrl
|
Gets or sets the URL of the provider Web Part in a cross-page connection.
|
|
Transformer
|
Gets a Web Part transformer that is used to transform data between two otherwise incompatible connection points in a Web Parts connection.
|
Top