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