HoldSettings members
Provides methods for managing eDiscovery holds within a site collection (SPSite).
The HoldSettings type exposes the following members.
Constructors
Name | Description | |
---|---|---|
HoldSettings | Initializes a new instance of the HoldSettings object. |
Top
Methods
Name | Description | |
---|---|---|
AddToHold | Add a hold to the web pointed to by the URL with the specified case ID, hold ID, query, and QBE query. | |
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
GetAllHolds | Returns all holds in the current site collection. | |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
IsAnyParentOnHold | Checks if any parent of the specified web is on hold. | |
IsAnySubwebOnHold | Checks whether any subweb of the specified web is on hold. | |
IsOnHold(String) | Checks whether the specified URL is on hold and returns the date that the last hold was added. | |
IsOnHold(String, DateTime) | Checks whether the given URL is on hold and gets the last hold added date. | |
IsOnHold(String, DateTime, IList<HoldInfo>) | Checks whether the specified URL is on hold and gets the last hold added date with a list of applicable holds. | |
IsOnHold(String, Boolean, DateTime, IList<HoldInfo>, DateTime) | Checks whether the specified URL is on hold and gets the date that the last hold was added with a list of applicable holds and the last hold updated date. | |
MemberwiseClone | (Inherited from Object.) | |
PopulateHoldQueryInfo | Populates the given list of HoldInfo with hold queries, also get the last query updated date. | |
ReleaseFromHold | Release a hold from the web pointed to by the URL with the specified case ID, hold ID, query, and QBE query. | |
ToString | (Inherited from Object.) | |
Update | Applies changes made to the hold settings object to the site collection. | |
UpdateHold | Update the hold specified by the URL and hold ID with the specified case ID, hold ID, query, and QBE query. |
Top