Interface IComplianceTag
Public interface to define a ComplianceTag / Retention label object of SharePoint Online
Namespace: PnP.Core.Model.SharePoint
Assembly: PnP.Core.dll
Syntax
public interface IComplianceTag
Public interface to define a ComplianceTag / Retention label object of SharePoint Online
public interface IComplianceTag
Specifies AcceptMessagesOnlyFromSendersOrMembers for the tag
bool AcceptMessagesOnlyFromSendersOrMembers { get; }
System.Boolean
|
Specifies AccessType for the tag
string AccessType { get; }
System.String
|
Specifies AllowAccessFromUnmanagedDevice for the tag
string AllowAccessFromUnmanagedDevice { get; }
System.String
|
Specifies "Will we auto Delete after the Retention Period passed"
bool AutoDelete { get; }
System.Boolean
|
Specifies ComplianceTag BlockDelete
bool BlockDelete { get; }
System.Boolean
|
Specifies ComplianceTag Enable Block edits
bool BlockEdit { get; }
System.Boolean
|
Specifies whether this tag contains siteLabeling
bool ContainsSiteLabel { get; }
System.Boolean
|
Specifies the Display name for the tag in UI
string DisplayName { get; }
System.String
|
Specifies the RMS Template id for the tag
string EncryptionRMSTemplateId { get; }
System.String
|
Specifies whether this tag has retention action
bool HasRetentionAction { get; }
System.Boolean
|
Specifies if this is an event tag
bool IsEventTag { get; }
System.Boolean
|
Specifies notes for the tag
string Notes { get; }
System.String
|
Specifies RequireSenderAuthenticationEnabled for the tag
bool RequireSenderAuthenticationEnabled { get; }
System.Boolean
|
Specifies ReviewerEmail for the tag
string ReviewerEmail { get; }
System.String
|
Specifies SharingCapabilities for the tag
string SharingCapabilities { get; }
System.String
|
Specifies if this is an event tag
bool SuperLock { get; }
System.Boolean
|
Specifies ComplianceTag TagDuration
int TagDuration { get; }
System.Int32
|
Specifies ComplianceTag ID
Guid TagId { get; }
Guid
|
Specifies ComplianceTag Name
string TagName { get; }
System.String
|
Specifies ComplianceTag Retention Based on Field
string TagRetentionBasedOn { get; }
System.String
|