Share via


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

Return Value

Type: System.String
A string that represents the most current holds report for the specified document.

See Also

Reference

Hold Class

Hold Members

Microsoft.Office.RecordsManagement.Holds Namespace