Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets the next retention stage ID of the specified item.
Namespace: Microsoft.Office.RecordsManagement.PolicyFeatures
Assembly: Microsoft.Office.Policy (in Microsoft.Office.Policy.dll)
Syntax
'Declaration
Public Shared Function GetItemRetentionStage ( _
item As SPListItem _
) As String
'Usage
Dim item As SPListItem
Dim returnValue As String
returnValue = Expiration.GetItemRetentionStage(item)
public static string GetItemRetentionStage(
SPListItem item
)
Parameters
item
Type: Microsoft.SharePoint.SPListItemThe item.
Return Value
Type: System.String
The next retention stage ID of the specified item.