SPPolicyStoreProxy.SetListComplianceTag Method

Definition

[Microsoft.SharePoint.Client.Remote]
public static void SetListComplianceTag (Microsoft.SharePoint.Client.ClientRuntimeContext context, string listUrl, string complianceTagValue, bool blockDelete, bool blockEdit, bool syncToItems);
static member SetListComplianceTag : Microsoft.SharePoint.Client.ClientRuntimeContext * string * string * bool * bool * bool -> unit
Public Shared Sub SetListComplianceTag (context As ClientRuntimeContext, listUrl As String, complianceTagValue As String, blockDelete As Boolean, blockEdit As Boolean, syncToItems As Boolean)

Parameters

listUrl
String
complianceTagValue
String
blockDelete
Boolean
blockEdit
Boolean
syncToItems
Boolean
Attributes

Applies to