Five New Optimizely Certifications are Here! Validate your expertise and advance your career with our latest certification exams. Click here to find out more

Interface IInitializableVirtualRole

Signature for virtual role implementation that needs initialization

Namespace: EPiServer.Security
Assembly: EPiServer.Framework.dll
Version: 12.0.3
Syntax
public interface IInitializableVirtualRole

Methods

Initialize(String)

The name of the virtual role to initialize from

Declaration
void Initialize(string name)
Parameters
Type Name Description
System.String name

Name of the virtual role

Extension Methods