Hold members
Represents specific properties of a hold.
The Hold type exposes the following members.
Properties
Name | Description | |
---|---|---|
HoldECBItemFeatureGuid | Reserved for internal use. | |
HoldsListColumn_Description | Reserved for internal use. | |
HoldsListColumn_HoldSearchQueries | Internal name of hold search queries. | |
HoldsListColumn_HoldStatusInternal | Reserved for internal use. | |
HoldsListColumn_ManagedBy | Reserved for internal use. | |
HoldsListColumn_ReportDateInternal | Reserved for internal use. | |
HoldsPropertyInternalName | Field internal name of hold property. | |
HoldsRecordsStatusInternalName | GUID of the hold record status. |
Top
Methods
Name | Description | |
---|---|---|
AllowListDeletion | Reserved for internal use. | |
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
GetAllHoldsForItem | Obsolete. Gets a list of URLS that is specific to the holds. | |
GetAllHoldsLists | Gets all holds lists in a specified site. | |
GetAllowListDeletion | Reserved for internal use. | |
GetApplicableHoldsLists | Gets all of the applicable holds list accessible to the caller. | |
GetEdiscoveryHub | Gets the hub of the site subscription of which the specified site belongs. | |
GetHashCode | (Inherited from Object.) | |
GetHoldReportName | Gets the most current holds report for the specified document. | |
GetHoldReports | Gets a list of all the hold reports associated with the specified hold. | |
GetHoldReportsList | Gets a list of items currently on hold for the specified SharePoint site. | |
GetHolds | Gets the list of holds for the specified item. | |
GetHoldsList | Gets the list where the holds are stored for the specified Records Center. | |
GetLockHoldItemsProperty | Gets the setting of whether items on hold should be locked (block edit) on a specified site. | |
GetType | (Inherited from Object.) | |
IsHoldEnabled(SPList) | Reserved for internal use. | |
IsHoldEnabled(SPWeb) | Reserved for internal use. | |
IsHoldEnabledForCurrentUser | Gets whether hold is enabled on the specified web for current user. | |
IsHoldExclusion | Reserved for internal use. | |
IsItemOnHold(SPListItem) | Returns a value that indicates if the item is on hold. | |
IsItemOnHold(SPListItem, Int32) | Returns a value that indicates if the item is on hold. | |
MemberwiseClone | (Inherited from Object.) | |
NominateEdiscoverySuscriptionHub | Nominates the specified site as the eDiscovery hub of the site subscription. | |
ProcessAndReport(SPWeb) | Reserved for internal use. | |
ProcessAndReport(SPWeb, Int32) | Obsolete. Reserved for internal use. | |
ProvisionList | Reserved for internal use. | |
ProvisionWeb | Reserved for internal use. | |
RegisterCustomHoldProcessor | Registers custom hold handler on the specified web application. | |
ReleaseHold(SPListItem, String) | Releases all items on the specified hold. | |
ReleaseHold(Int32, SPWeb, String) | Releases any documents on the specified SharePoint site from the specified hold. | |
RemoveHold(Int32, SPWeb) | Obsolete. Reserved for internal use. | |
RemoveHold(SPListItem, SPListItem, String) | Removes the specified item from the specified hold. | |
RemoveHold(SPListItemCollection, SPListItem, String) | Removes the specified items from the specified hold. | |
RemoveHold(Int32, SPListItem, String) | Obsolete. Releases the specified document from the specified hold. | |
RemoveHold(Int32, SPListItemCollection, String) | Obsolete. Releases all the specified items from the specified hold. | |
SetHold(SPListItem, SPListItem, String) | Sets the item on the specified hold. | |
SetHold(SPListItemCollection, SPListItem, String) | Sets the items on the specified hold. | |
SetHold(Int32, SPListItem, String) | Obsolete. Applies the specified hold to the specified document. | |
SetHold(Int32, SPListItemCollection, String) | Obsolete. Applies the specified hold to all the specified items. | |
SetLockHoldItemsProperty | Set the setting of whether items on hold in the specified site should be locked (block edit). | |
ToString | (Inherited from Object.) | |
UnProvisionList | Reserved for internal use. | |
UnRegisterCustomHoldProcessor | Unegisters custom hold handler in the specified web application. |
Top