Try our conversational search powered by Generative AI!

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
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: EPiServer.Security
Assembly: EPiServer.dll
Version: 8.11.0
Syntax
public class SynchronizedRoleStatus

Constructors

SynchronizedRoleStatus()

Declaration
public SynchronizedRoleStatus()

Properties

Enabled

Indicates if the role is enabled, meaning it can be returned from FindRoles(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