API Reference
Class
GroupCatalogScenarioOptions
Options for group catalog scenarios.
Inheritance
- Object
- GroupCatalogScenarioOptions
Constructors
public GroupCatalogScenarioOptions() #Inherited Methods
Properties
public IEnumerable<String> Domains { get; set; } #Explicit domain list to query.
public DirectoryScenarioScope Scope { get; set; } #Default scope used when Domains is empty.
public Boolean IncludeTrustedDomains { get; set; } #Includes trusted domains when scope is forest-based.
public String SearchBase { get; set; } #Optional search base DN.
public String LdapFilter { get; set; } #Optional raw LDAP filter.
public String SimpleFilter { get; set; } #Optional simple PowerShell-style filter.
public GroupProperties PropertySet { get; set; } #Group property set to retrieve.
public Boolean IncludeMemberCount { get; set; } #Includes direct member count.
public Boolean UseCache { get; set; } #Uses in-memory query caching.
public Int32 PageSize { get; set; } #LDAP page size.
public TimeSpan CacheDuration { get; set; } #Cache duration for identical queries.
public DirectoryScenarioOutputProfile Profile { get; set; } #Output profile for the scenario.
public DirectoryScenarioPagingOptions Paging { get; set; } #Optional output paging applied after deterministic ordering.