SaaS CMS has officially launched! Learn more now.

Class PageTreeView.CallbackArgument

Inheritance
System.Object
PageTreeView.CallbackArgument
Inherited Members
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.WebControls
Assembly: EPiServer.UI.dll
Version: 11.20.7
Syntax
protected class CallbackArgument

Constructors

CallbackArgument()

Declaration
public CallbackArgument()

CallbackArgument(String)

Declaration
public CallbackArgument(string callbackData)
Parameters
Type Name Description
System.String callbackData

Properties

Action

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

ContextNodeId

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

DataPath

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

ExpandState

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

Methods

Parse(String)

Declaration
public void Parse(string callbackData)
Parameters
Type Name Description
System.String callbackData

ToString()

Declaration
public override string ToString()
Returns
Type Description
System.String
Overrides
System.Object.ToString()

Extension Methods