SPInformationRightsManagementSettings members
Represents the Information Rights Management (IRM) settings of a list in Microsoft SharePoint Foundation.
The SPInformationRightsManagementSettings type exposes the following members.
Properties
Name | Description | |
---|---|---|
AllowPrint | Gets or sets a value indicating whether the viewer can print the downloaded document. | |
AllowScript | Gets or sets a value indicating whether the viewer can run a script on the downloaded document. | |
AllowWriteCopy | Gets or sets a value indicating whether the viewer can write on a copy of the downloaded document. | |
DisableDocumentBrowserView | Gets or sets a value indicating whether to block Office Web Application Companion applications (WACs) from showing this document. | |
DocumentAccessExpireDays | Gets or sets the number of days after which the downloaded document will expire. | |
DocumentLibraryProtectionExpireDate | Gets or sets the date after which the Information Rights Management (IRM) protection of this document library will stop. | |
EnableDocumentAccessExpire | Gets or sets a value indicating whether the downloaded document will expire. | |
EnableDocumentBrowserPublishingView | Gets or sets a value indicating whether to enable Office Web Application Companion applications (WACs) to publishing view. | |
EnableGroupProtection | Gets or sets a value indicating whether the permission of the downloaded document is applicable to a group. | |
EnableLicenseCacheExpire | Gets or sets a value indicating whether the user must verify their credentials after some interval. | |
GroupName | Gets or sets the group name (email address) that the permission is also applicable to. | |
LicenseCacheExpireDays | Gets or sets the number of days that the application that opens the document caches the Information Rights Management (IRM) license. When these elapse, the application will connect to the IRM server to validate the license. | |
PolicyDescription | Gets or sets the permission policy description. | |
PolicyTitle | Gets or sets the permission policy title. |
Top
Methods
Name | Description | |
---|---|---|
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) | |
Reset | Resets all the properties to their default values. | |
ToString | (Inherited from Object.) | |
Update | Updates the document library with changes that are made to the settings. |
Top