Skip to main content

Constructors

NSKbCategory()

Initializes a new instance of the NSKbCategory class.

Methods

GetDescription()

Returns: CRMScript.Global.String - The description of this category. Example:

GetFullname()

Returns: CRMScript.Global.String - The full name of this category, i.e. Foo/bar/test. Example:

GetKbCategoryId()

Returns: CRMScript.Global.Integer - The primary key (auto-incremented). Example:

GetName()

Returns: CRMScript.Global.String - The name of this category. Example:

GetParentId()

Returns: CRMScript.Global.Integer - This entry contains a reference to the parent category. NULL or -1 if this is a top-level category. Example:

GetSortOrder()

Returns: CRMScript.Global.Integer - A strictly ascending number used for sorting categories when they are listed. Example:

SetDescription(String)

Returns: CRMScript.Global.Void Example:

SetFullname(String)

Returns: CRMScript.Global.Void Example:

SetKbCategoryId(Integer)

Returns: CRMScript.Global.Void Example:

SetName(String)

Returns: CRMScript.Global.Void Example:

SetParentId(Integer)

Returns: CRMScript.Global.Void Example:

SetSortOrder(Integer)

Returns: CRMScript.Global.Void Example: