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
hold
Type: Microsoft.SharePoint.SPListItemThe hold.
Return Value
Type: Microsoft.SharePoint.SPListItemCollection
List item collection of reports.