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.
NSExportArchiveResult
Integer GetBatchTaskId()
NSExportArchiveResult thing; Integer batchTaskId = thing.GetBatchTaskId();
String GetFileName()
NSExportArchiveResult thing; String fileName = thing.GetFileName();
String GetMessage()
NSExportArchiveResult thing; String message = thing.GetMessage();
Void SetBatchTaskId(Integer batchTaskId)
NSExportArchiveResult thing; Integer batchTaskId; thing.SetBatchTaskId(batchTaskId);
Void SetFileName(String fileName)
NSExportArchiveResult thing; String fileName; thing.SetFileName(fileName);
Void SetMessage(String message)
NSExportArchiveResult thing; String message; thing.SetMessage(message);
Was this page helpful?