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

Class CommandDescriptor

Inheritance
System.Object
CommandDescriptor
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.UI.ClientScript.Events
Assembly: EPiServer.UI.dll
Version: 11.20.7
Syntax
public class CommandDescriptor

Constructors

CommandDescriptor()

Declaration
public CommandDescriptor()

CommandDescriptor(CommandEvent.CommandType, PageReference)

Declaration
public CommandDescriptor(CommandEvent.CommandType commandType, PageReference pageReference)
Parameters
Type Name Description
CommandEvent.CommandType commandType
PageReference pageReference

Properties

commandName

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

data

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

navData

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

Extension Methods