Skip to main content

Constructors

NSSelectableMDOListItem()

Initializes a new instance of the NSSelectableMDOListItem class.

Methods

GetChildItems()

Returns: CRMScript.NetServer.NSSelectableMDOListItem[] - The child items of the NSSelectableMDOListItem. Example:

GetColorBlock()

Returns: CRMScript.Global.Integer - The color indicator of the ListItem color block. Example:

GetDeleted()

Returns: CRMScript.Global.Bool - The deleted status of the ListItem. Example:

GetExtraInfo()

Returns: CRMScript.Global.String - Extra information added to the ListItem. Could be information such as sort order etc or other meta data. Custom field. Example:

GetFullName()

Returns: CRMScript.Global.String - The name of the ListItem in its context. Example:

GetHidden()

Returns: CRMScript.Global.Bool - True if the ListItem is hidden. Example:

GetIconHint()

Returns: CRMScript.Global.String - The Icon hint of the ListItem. Custom field. Example:

GetId()

Returns: CRMScript.Global.Integer - The ID of the ListItem. Example:

GetLastChanged()

Returns: CRMScript.Global.DateTime - Time of last change. Example:

GetName()

Returns: CRMScript.Global.String - The name of the ListItem. Example:

GetRank()

Returns: CRMScript.Global.Integer - The rank of the ListItem. Example:

GetSelected()

Returns: CRMScript.Global.Bool - True if the ListItem is selected. Example:

GetStyleHint()

Returns: CRMScript.Global.String - Style hint indicating, information such as background color etc. Custom field. Example:

GetToolTip()

Returns: CRMScript.Global.String - The tooltip of the ListItem. Example:

GetType()

Returns: CRMScript.Global.String - The type of the ListItem. Custom field. Example:

SetChildItems(NSSelectableMDOListItem[])

Returns: CRMScript.Global.Void Example:

SetColorBlock(Integer)

Returns: CRMScript.Global.Void Example:

SetDeleted(Bool)

Returns: CRMScript.Global.Void Example:

SetExtraInfo(String)

Returns: CRMScript.Global.Void Example:

SetFullName(String)

Returns: CRMScript.Global.Void Example:

SetHidden(Bool)

Returns: CRMScript.Global.Void Example:

SetIconHint(String)

Returns: CRMScript.Global.Void Example:

SetId(Integer)

Returns: CRMScript.Global.Void Example:

SetLastChanged(DateTime)

Returns: CRMScript.Global.Void Example:

SetName(String)

Returns: CRMScript.Global.Void Example:

SetRank(Integer)

Returns: CRMScript.Global.Void Example:

SetSelected(Bool)

Returns: CRMScript.Global.Void Example:

SetStyleHint(String)

Returns: CRMScript.Global.Void Example:

SetToolTip(String)

Returns: CRMScript.Global.Void Example:

SetType(String)

Returns: CRMScript.Global.Void Example: