SPExternalApplicationRequestProperties Members
Include Protected Members
Include Inherited Members
Represents a request from an external application, such as a Silverlight application, for access to SharePoint Foundation data.
The SPExternalApplicationRequestProperties type exposes the following members.
Properties
Name | Description | |
---|---|---|
ApplicationPrincipalLogOnName | Gets the logon name of the SPUser object that represents the external application. | |
ApplicationUrl | Gets the URL of the external application. | |
ApplicationXml | Gets the External Application XML markup for the external application. | |
RequestTokenPrefix | Gets the portion of the request token other than the server hash and client hash. | |
Web | Gets the Web site that the external application wants to access, which is the Web site containing a page with a Web Part that hosts the external application. |
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