Show / Hide Table of Contents

Class ItemListServicesOptions

Inheritance
object
ItemListServicesOptions
Inherited Members
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
Namespace: DotNetNuke.Web.UI.WebControls
Assembly: DotNetNuke.Web.dll
Syntax
[DataContract]
public class ItemListServicesOptions

Constructors

ItemListServicesOptions()

Declaration
public ItemListServicesOptions()

Fields

GetNodeDescendantsMethod

Declaration
[DataMember(Name = "getNodeDescendantsMethod")]
public string GetNodeDescendantsMethod
Field Value
Type Description
string

GetTreeMethod

Declaration
[DataMember(Name = "getTreeMethod")]
public string GetTreeMethod
Field Value
Type Description
string

GetTreeWithNodeMethod

Declaration
[DataMember(Name = "getTreeWithNodeMethod")]
public string GetTreeWithNodeMethod
Field Value
Type Description
string

ModuleId

Declaration
[DataMember(Name = "moduleId")]
public string ModuleId
Field Value
Type Description
string

RootId

Declaration
[DataMember(Name = "rootId")]
public string RootId
Field Value
Type Description
string

SearchTreeMethod

Declaration
[DataMember(Name = "searchTreeMethod")]
public string SearchTreeMethod
Field Value
Type Description
string

ServiceRoot

Declaration
[DataMember(Name = "serviceRoot")]
public string ServiceRoot
Field Value
Type Description
string

SortTreeMethod

Declaration
[DataMember(Name = "sortTreeMethod")]
public string SortTreeMethod
Field Value
Type Description
string

Properties

Parameters

Declaration
[DataMember(Name = "parameters")]
public Dictionary<string, string> Parameters { get; }
Property Value
Type Description
Dictionary<string, string>

Extension Methods

JsonExtensionsWeb.ToJson(object)
Back to top by the community, for the community... #DNNCMS