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 CustomObjectDefinition : Carrier
public CustomObjectDefinition()
public virtual string Description { get; set; }
public virtual string DisplayField { get; set; }
public virtual CustomObjectField[] Fields { get; set; }
public virtual int Flags { get; set; }
public virtual int IconId { get; set; }
public virtual int Id { get; set; }
public virtual string Name { get; set; }
public virtual string Title { get; set; }
Was this page helpful?