SPPolicyStoreProxy.SetListComplianceTag Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
[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
- context
- ClientRuntimeContext
- listUrl
- String
- complianceTagValue
- String
- blockDelete
- Boolean
- blockEdit
- Boolean
- syncToItems
- Boolean
- Attributes