SPExternalApplicationSettings members
Represents configuration information for how an SPWebService manages external applications.
The SPExternalApplicationSettings type exposes the following members.
Constructors
Name | Description | |
---|---|---|
SPExternalApplicationSettings | Initializes a new instance of the SPExternalApplicationSettings class. |
Top
Properties
Name | Description | |
---|---|---|
ApplicationXMLMaximum | Gets or sets the maximum length, in characters, of the External Application XML for any Web Part that hosts an external application. | |
Enabled | Gets or sets a value that specifies whether an External Application Provider (EAP) is enabled for the SPWebService. | |
Provider | Gets or sets the External Application Provider (EAP) that manages rendering of Web Parts that host external applications and that provides any custom logic needed to register external applications such as Silverlight applications. | |
TokenTimeout | Gets or sets the length of time that a request token given to an external application is valid. | |
UpgradedPersistedProperties | Gets the collection of field names and values for fields that were deleted or changed. (Inherited from SPAutoSerializingObject.) |
Top
Methods
Name | Description | |
---|---|---|
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
GetHashCode | (Inherited from Object.) | |
GetObjectData | Gets the serialized state of the object. (Inherited from SPAutoSerializingObject.) | |
GetType | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) | |
OnDeserialization | Called after the object has been deserialized from the file system cache or the database. (Inherited from SPAutoSerializingObject.) | |
ToString | (Inherited from Object.) | |
UpdateParent | Causes the containing SPPersistedObject, if one exists, to update its state. (Inherited from SPAutoSerializingObject.) |
Top