SPHtmlTransformSettings members
Represents a collection of HTML viewer settings.
The SPHtmlTransformSettings type exposes the following members.
Constructors
Name | Description | |
---|---|---|
SPHtmlTransformSettings | Reserved for internal use. |
Top
Properties
Name | Description | |
---|---|---|
Enabled | Gets or sets a value indicating whether the HTML viewing feature is turned on. | |
MaximumCacheSize | Gets or sets the maximum size to allow for the HTML viewer cache in megabytes (MB). | |
MaximumFileSize | Gets or sets the size in kilobytes (KB) of the largest file to view. | |
ServerLocation | Gets or sets the path that specifies where the HTML viewer application is installed. | |
Timeout | Gets or sets the amount of time that the service waits for HTML viewing to complete. | |
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