ExchangeService.GetDiscoverySearchConfiguration Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets search configuration information for the purpose of eDiscovery. The GetDiscoverySearchConfiguration(String, Boolean, Boolean) method is applicable for clients that target Exchange Online and versions of Exchange starting with Exchange Server 2013.
public:
Microsoft::Exchange::WebServices::Data::GetDiscoverySearchConfigurationResponse ^ GetDiscoverySearchConfiguration(System::String ^ searchId, bool expandGroupMembership, bool inPlaceHoldConfigurationOnly);
public Microsoft.Exchange.WebServices.Data.GetDiscoverySearchConfigurationResponse GetDiscoverySearchConfiguration (string searchId, bool expandGroupMembership, bool inPlaceHoldConfigurationOnly);
Public Function GetDiscoverySearchConfiguration (searchId As String, expandGroupMembership As Boolean, inPlaceHoldConfigurationOnly As Boolean) As GetDiscoverySearchConfigurationResponse
Parameters
- searchId
- String
The search ID.
- expandGroupMembership
- Boolean
true if group membership expansion is requested; otherwise, false.
- inPlaceHoldConfigurationOnly
- Boolean
true if only in-place hold configuration information is requested; otherwise, false.
Returns
eDiscovery search configuration data.