| ITreeMenuItemChildren Property  | 
        
        
          
         
            Gets a list of this menu item's children.If this menu item doesn't 
have a sub menu, this will be an empty list.
            
 
    Namespace: 
   Ingeniux.CMS
    Assembly:
   Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 10.6.308
 Syntax
SyntaxIList<ITreeMenuItem> Children { get; }ReadOnly Property Children As IList(Of ITreeMenuItem)
	Get
property IList<ITreeMenuItem^>^ Children {
	IList<ITreeMenuItem^>^ get ();
}abstract Children : IList<ITreeMenuItem> with get
Property Value
Type: 
IListITreeMenuItem See Also
See Also