Hold.GetHoldReportName Method
Gets the most current holds report for the specified document.
Namespace: Microsoft.Office.RecordsManagement.Holds
Assembly: Microsoft.Office.Policy (in Microsoft.Office.Policy.dll)
Syntax
'Declaration
Public Shared Function GetHoldReportName ( _
hold As SPListItem _
) As String
'Usage
Dim hold As SPListItem
Dim returnValue As String
returnValue = Hold.GetHoldReportName(hold)
public static string GetHoldReportName(
SPListItem hold
)
Parameters
hold
Type: Microsoft.SharePoint.SPListItemThe document for which you want to get a holds report.
Return Value
Type: System.String
A string that represents the most current holds report for the specified document.