다음을 통해 공유


Hold.GetHoldReports Method

Gets a list of all the hold reports associated with the specified hold.

Namespace:  Microsoft.Office.RecordsManagement.Holds
Assembly:  Microsoft.Office.Policy (in Microsoft.Office.Policy.dll)

Syntax

'Declaration
Public Shared Function GetHoldReports ( _
    hold As SPListItem _
) As SPListItemCollection
'Usage
Dim hold As SPListItem
Dim returnValue As SPListItemCollection

returnValue = Hold.GetHoldReports(hold)
public static SPListItemCollection GetHoldReports(
    SPListItem hold
)

Parameters

Return Value

Type: Microsoft.SharePoint.SPListItemCollection
List item collection of reports.

See Also

Reference

Hold Class

Hold Members

Microsoft.Office.RecordsManagement.Holds Namespace