Interface IUIRole
Exposes and updates role information.
Namespace: EPiServer.Shell.Security
Assembly: EPiServer.Shell.dll
Version: 10.10.4Syntax
public interface IUIRole
Properties
Name
Gets the role name.
Declaration
string Name { get; set; }
Property Value
Type | Description |
---|---|
System.String |
ProviderName
Gets the name of role.
Declaration
string ProviderName { get; set; }
Property Value
Type | Description |
---|---|
System.String |