API Reference
Class
DirectoryCatalogScenarioResult`1
Represents a typed catalog scenario result for directory reads.
Inheritance
- Object
- DirectoryCatalogScenarioResult`1
Type Parameters
- TItem
- Result item type.
Constructors
public DirectoryCatalogScenarioResult<TItem>() #Inherited Methods
Properties
public DirectoryScenarioOutputProfile Profile { get; set; } #Gets or sets the profile used by the scenario.
public IReadOnlyList<String> Domains { get; set; } #Gets or sets the effective domain list used by the scenario.
public IReadOnlyList<TItem> Items { get; set; } #Gets or sets the returned items.