GetDiscoverySearchConfigurationType
extends BaseRequestType
in package
Defines a request to retrieve the eDiscovery search configuration.
Table of Contents
Properties
- $ExpandGroupMembership : bool
- Contains a Boolean value that indicates whether to expand the membership of the group returned from a GetSearchableMailboxes request.
- $InPlaceHoldConfigurationOnly : bool
- Specifies whether to include the in-place hold configuration.
- $SearchId : string
- Specifies the identifier of the search.
Methods
- __clone() : mixed
- Clones any object properties on a type object when it is cloned. Allows for a deep clone required when using object to represent data types when making a SOAP call.
Properties
$ExpandGroupMembership
Contains a Boolean value that indicates whether to expand the membership of the group returned from a GetSearchableMailboxes request.
public
bool
$ExpandGroupMembership
Tags
$InPlaceHoldConfigurationOnly
Specifies whether to include the in-place hold configuration.
public
bool
$InPlaceHoldConfigurationOnly
Tags
$SearchId
Specifies the identifier of the search.
public
string
$SearchId
Tags
Methods
__clone()
Clones any object properties on a type object when it is cloned. Allows for a deep clone required when using object to represent data types when making a SOAP call.
public
__clone() : mixed