Skip to main content
Carrier object for CsSessionKey.

Constructors

NSCsSessionKey()

Initializes a new instance of the NSCsSessionKey class.

Methods

GetKey()

Returns: CRMScript.Global.String - The session key created in the login table. Example:

GetLoginId()

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

GetUserId()

Returns: CRMScript.Global.Integer - The ejuser ID owning this session key. Example:

SetKey(String)

Returns: CRMScript.Global.Void Example:

SetLoginId(Integer)

Returns: CRMScript.Global.Void Example:

SetUserId(Integer)

Returns: CRMScript.Global.Void Example: