Class GetNodeCommandArguments
Arguments for the command to get a node.
public sealed class GetNodeCommandArguments
- Inheritance
-
objectGetNodeCommandArguments
- Extension Methods
Constructors
GetNodeCommandArguments()
public GetNodeCommandArguments()
Properties
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