GroupsGetOptions is defined in the Telligent.Evolution.Extensibility.Api.Version1 namespace of Telligent.Evolution.Platform.dll
Definition
class GroupsGetOptions
{
Guid? ContainerId { get; set; }
int? Id { get; set; }
bool? IgnorePermissions { get; set; }
string Key { get; set; }
int? ParentGroupId { get; set; }
}
Properties
| Name | Type | Description | Default | Options |
|---|---|---|---|---|
| ContainerId | Guid? | ContainerId, Id, or Key + ParentGroupId is required. | ||
| Id | int? | ContainerId, Id, or Key + ParentGroupId is required. | ||
| IgnorePermissions | bool? | When true, permissions are not checked when retrieving the group. | ||
| Key | string | ContainerId, Id, or Key + ParentGroupId is required. | ||
| ParentGroupId | int? | ContainerId, Id, or Key + ParentGroupId is required. |