Class IRMSettings
Inheritance
System.Object
IRMSettings
Namespace: PnP.Framework.Provisioning.Providers.Xml.V202002
Assembly: PnP.Framework.dll
Syntax
public class IRMSettings : object
Constructors
IRMSettings()
Declaration
public IRMSettings()
Properties
AllowPrint
Declaration
public bool AllowPrint { get; set; }
Property Value
System.
|
AllowScript
Declaration
public bool AllowScript { get; set; }
Property Value
System.
|
AllowWriteCopy
Declaration
public bool AllowWriteCopy { get; set; }
Property Value
System.
|
DisableDocumentBrowserView
Declaration
public bool DisableDocumentBrowserView { get; set; }
Property Value
System.
|
DocumentAccessExpireDays
Declaration
public int DocumentAccessExpireDays { get; set; }
Property Value
System.
|
DocumentAccessExpireDaysSpecified
Declaration
public bool DocumentAccessExpireDaysSpecified { get; set; }
Property Value
System.
|
DocumentLibraryProtectionExpiresInDays
Declaration
public string DocumentLibraryProtectionExpiresInDays { get; set; }
Property Value
System.
|
Enabled
Declaration
public bool Enabled { get; set; }
Property Value
System.
|
EnableDocumentAccessExpire
Declaration
public bool EnableDocumentAccessExpire { get; set; }
Property Value
System.
|
EnableDocumentBrowserPublishingView
Declaration
public bool EnableDocumentBrowserPublishingView { get; set; }
Property Value
System.
|
EnableGroupProtection
Declaration
public bool EnableGroupProtection { get; set; }
Property Value
System.
|
EnableLicenseCacheExpire
Declaration
public bool EnableLicenseCacheExpire { get; set; }
Property Value
System.
|
GroupName
Declaration
public string GroupName { get; set; }
Property Value
System.
|
LicenseCacheExpireDays
Declaration
public int LicenseCacheExpireDays { get; set; }
Property Value
System.
|
LicenseCacheExpireDaysSpecified
Declaration
public bool LicenseCacheExpireDaysSpecified { get; set; }
Property Value
System.
|
PolicyDescription
Declaration
public string PolicyDescription { get; set; }
Property Value
System.
|
PolicyTitle
Declaration
public string PolicyTitle { get; set; }
Property Value
System.
|