SaaS CMS has officially launched! Learn more now.

Class SynchronizedRoleStatus

NOTE: This is a pre-release API that is UNSTABLE and might not satisfy the compatibility requirements as denoted by its associated normal version. Holds the current status of a synched role.

Inheritance
System.Object
SynchronizedRoleStatus
Namespace: EPiServer.Security.Internal
Assembly: EPiServer.dll
Version: 12.0.3
Syntax
public class SynchronizedRoleStatus : Object

Constructors

SynchronizedRoleStatus()

Declaration
public SynchronizedRoleStatus()

Properties

Enabled

Indicates if the role is enabled, meaning it can be returned from FindRolesAsync(String).

Declaration
public bool Enabled { get; set; }
Property Value
Type Description
System.Boolean

Name

The name of the role.

Declaration
public string Name { get; set; }
Property Value
Type Description
System.String

Extension Methods