SPPolicyStoreProxy.RetagReviewItems 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 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