Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
public class MDOListItem : Carrier
public MDOListItem()
public virtual MDOListItem[] ChildItems { get; set; }
public virtual int ColorBlock { get; set; }
public virtual bool Deleted { get; set; }
public virtual string ExtraInfo { get; set; }
public virtual string FullName { get; set; }
public virtual string IconHint { get; set; }
public virtual int Id { get; set; }
public virtual string Name { get; set; }
public virtual int Rank { get; set; }
public virtual string StyleHint { get; set; }
public virtual string ToolTip { get; set; }
public virtual string Type { get; set; }
Was this page helpful?