UniTreeNodeTemplate Property |
Gets or sets node template. You can use following macros:
##NODEID## (ID of item),##PARENTNODEID## (ID of parent), ##NODEJAVA## (encoded item name for using in javascript),
##NODECHILDNODESCOUNT## (count of children of node), ##NODENAME## (name of item), ##ICON## (image), ##OBJECTTYPE## (object type).
Namespace: CMS.UIControlsAssembly: CMS.UIControls (in CMS.UIControls.dll) Version: 12.0.0
Syntax public string NodeTemplate { get; set; }
Property Value
Type:
StringSee Also