Class LoadTreeDataCommandArguments
Load tree data arguments.
public sealed class LoadTreeDataCommandArguments
  - Inheritance
 - 
      objectLoadTreeDataCommandArguments
 
- Extension Methods
 
Constructors
LoadTreeDataCommandArguments()
public LoadTreeDataCommandArguments()
  Properties
CustomRootNodeId
Identifier of the tree root web page for which children data should be loaded.
public int CustomRootNodeId { get; set; }
  Property Value
- int
 
LanguageName
Language codename to load the child nodes for.
public string LanguageName { get; set; }
  Property Value
- string
 
NodeId
Content tree node identifier.
public int NodeId { get; set; }
  Property Value
- int
 
WebsiteChannelId
Identifier of the current channel.
public int WebsiteChannelId { get; set; }
  Property Value
- int