Share via


SPPolicyStoreProxy.RetagReviewItems Method

Definition

[Microsoft.SharePoint.Client.Remote]
public Microsoft.SharePoint.Client.ClientArrayResult<int> RetagReviewItems (int[] itemIds, string newTag, bool newTagIsRecord, bool newTagBlockDelete, bool newTagIsEventBased);
member this.RetagReviewItems : int[] * string * bool * bool * bool -> Microsoft.SharePoint.Client.ClientArrayResult<int>
Public Function RetagReviewItems (itemIds As Integer(), newTag As String, newTagIsRecord As Boolean, newTagBlockDelete As Boolean, newTagIsEventBased As Boolean) As ClientArrayResult(Of Integer)

Parameters

itemIds
Int32[]
newTag
String
newTagIsRecord
Boolean
newTagBlockDelete
Boolean
newTagIsEventBased
Boolean

Returns

Attributes

Applies to