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.
NSKbCategory
String GetDescription()
NSKbCategory thing; String description = thing.GetDescription();
String GetFullname()
NSKbCategory thing; String fullname = thing.GetFullname();
Integer GetKbCategoryId()
NSKbCategory thing; Integer kbCategoryId = thing.GetKbCategoryId();
String GetName()
NSKbCategory thing; String name = thing.GetName();
Integer GetParentId()
NSKbCategory thing; Integer parentId = thing.GetParentId();
Integer GetSortOrder()
NSKbCategory thing; Integer sortOrder = thing.GetSortOrder();
Void SetDescription(String description)
NSKbCategory thing; String description; thing.SetDescription(description);
Void SetFullname(String fullname)
NSKbCategory thing; String fullname; thing.SetFullname(fullname);
Void SetKbCategoryId(Integer kbCategoryId)
NSKbCategory thing; Integer kbCategoryId; thing.SetKbCategoryId(kbCategoryId);
Void SetName(String name)
NSKbCategory thing; String name; thing.SetName(name);
Void SetParentId(Integer parentId)
NSKbCategory thing; Integer parentId; thing.SetParentId(parentId);
Void SetSortOrder(Integer sortOrder)
NSKbCategory thing; Integer sortOrder; thing.SetSortOrder(sortOrder);
Was this page helpful?