SPExternalApplicationRequestResult members
When implemented in a derived class, provides a method that returns the content control for a Web Part that hosts an external application, and optionally holds a client hash.
The SPExternalApplicationRequestResult type exposes the following members.
Constructors
Name | Description | |
---|---|---|
SPExternalApplicationRequestResult | Initializes a new instance of the SPExternalApplicationRequestResult class. |
Top
Properties
Name | Description | |
---|---|---|
ClientHash | When implemented in a derived class, gets a value that is used by the request forwarder of the external application so that it can verify that results it gets from the Microsoft SharePoint Foundation Web application have not been tampered with. |
Top
Methods
Name | Description | |
---|---|---|
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
GetContentControl | When implemented in a derived class, provides alternative rendering of the Web Part. | |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) | |
ToString | (Inherited from Object.) |
Top