API Reference
Class
GroupEmptyViewBuilder
Builds a simple, typed view for non-empty operator groups (or any provided SAM names).
Inheritance
- Object
- GroupEmptyViewBuilder
Methods
public static async Task<IReadOnlyList<GroupEmptyItem>> GetNonEmptyAsync(String domainName, IEnumerable<String> groupSamNames) #Returns:
Task<IReadOnlyList<GroupEmptyItem>>Returns per-group records for groups that are not empty.
Parameters
- domainName System.String
- Domain where groups reside.
- groupSamNames System.Collections.Generic.IEnumerable{System.String}
- SAM account names to check.
Returns
List of non-empty group items.