SPPolicyStoreProxy.RetagReviewItems method
Namespace: Microsoft.SharePoint.Client.CompliancePolicy
Assembly: Microsoft.Office.Client.Policy (in Microsoft.Office.Client.Policy.dll)
Syntax
'Declaration
Public Function RetagReviewItems ( _
itemIds As Integer(), _
newTag As String, _
newTagIsRecord As Boolean, _
newTagBlockDelete As Boolean, _
newTagIsEventBased As Boolean _
) As ClientArrayResult(Of Integer)
'Usage
Dim instance As SPPolicyStoreProxy
Dim itemIds As Integer()
Dim newTag As String
Dim newTagIsRecord As Boolean
Dim newTagBlockDelete As Boolean
Dim newTagIsEventBased As Boolean
Dim returnValue As ClientArrayResult(Of Integer)
returnValue = instance.RetagReviewItems(itemIds, _
newTag, newTagIsRecord, newTagBlockDelete, _
newTagIsEventBased)
public ClientArrayResult<int> RetagReviewItems(
int[] itemIds,
string newTag,
bool newTagIsRecord,
bool newTagBlockDelete,
bool newTagIsEventBased
)
Parameters
- itemIds
Type: []
- newTag
Type: System.String
- newTagIsRecord
Type: System.Boolean
- newTagBlockDelete
Type: System.Boolean
- newTagIsEventBased
Type: System.Boolean
Return value
Type: Microsoft.SharePoint.Client.ClientArrayResult<Int32>