RolesUpdateOptions
is defined in the Telligent.Evolution.Extensibility.Api.Version1
namespace of Telligent.Evolution.Platform.dll
Definition
class RolesUpdateOptions { int? GroupId { get; set; } bool? IsPrivate { get; set; } }
Properties
Name | Type | Description | Default | Options |
---|---|---|---|---|
GroupId | int? | Group Id | ||
IsPrivate | bool? | Whether the role is private or not. Private roles are only viewable by members with the Manage Membership permission. |