Class ItemListServicesOptions
Inheritance
ItemListServicesOptions
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
GetTreeMethod
Declaration
[DataMember(Name = "getTreeMethod")]
public string GetTreeMethod
Field Value
GetTreeWithNodeMethod
Declaration
[DataMember(Name = "getTreeWithNodeMethod")]
public string GetTreeWithNodeMethod
Field Value
ModuleId
Declaration
[DataMember(Name = "moduleId")]
public string ModuleId
Field Value
RootId
Declaration
[DataMember(Name = "rootId")]
public string RootId
Field Value
SearchTreeMethod
Declaration
[DataMember(Name = "searchTreeMethod")]
public string SearchTreeMethod
Field Value
ServiceRoot
Declaration
[DataMember(Name = "serviceRoot")]
public string ServiceRoot
Field Value
SortTreeMethod
Declaration
[DataMember(Name = "sortTreeMethod")]
public string SortTreeMethod
Field Value
Properties
Parameters
Declaration
[DataMember(Name = "parameters")]
public Dictionary<string, string> Parameters { get; }
Property Value
Extension Methods