Skip to main content

Constructors

NSExportArchiveResult()

Initializes a new instance of the NSExportArchiveResult class.

Methods

GetBatchTaskId()

Returns: CRMScript.Global.Integer - ID of the BatchTask created. <=0 if no BatchTask was created. Example:

GetFileName()

Returns: CRMScript.Global.String - The path to the output file created, if it exists. Will be an empty string if no file was created. Example:

GetMessage()

Returns: CRMScript.Global.String - Descriptive messages; errors, etc. Example:

SetBatchTaskId(Integer)

Returns: CRMScript.Global.Void Example:

SetFileName(String)

Returns: CRMScript.Global.Void Example:

SetMessage(String)

Returns: CRMScript.Global.Void Example: