WebPartContextUpdate Members
Include Protected Members
Include Inherited Members
Applies to: PerformancePoint Services for SharePoint Server, Enterprise version
Represents updated Web Part state and input information, the result of rendering the Web Part control.
The WebPartContextUpdate type exposes the following members.
Constructors
Name | Description | |
---|---|---|
WebPartContextUpdate() | Initializes a new instance of the WebPartContextUpdate class. | |
WebPartContextUpdate(WebPartContext, DictionaryWrapper<String, String>) | Initializes a new instance of the WebPartContextUpdate class based on the specified context and wrapper. |
Top
Properties
Name | Description | |
---|---|---|
ClientViewState | Gets or sets a dictionary of the Web Part's updated client view state. | |
ClientViewStateWrapper | Gets or sets the wrapper that contains the Web Part’s updated client view state. | |
LegacyFilterSelections | Gets a collection of values that represent the filter selections received from external providers. |
Top
Methods
Name | Description | |
---|---|---|
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) | |
ToString | (Inherited from Object.) |
Top