UniTreeSelectedNodeTemplate 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: 13.0.131
Syntax public string SelectedNodeTemplate { get; set; }
Property Value
Type:
StringSee Also