|
ExportEngine.ListTSAPIVisibleJobs Method
|
List Jobs (aka Surveys) that are publicly visible for export.
Namespace: RCS.Carbon.ExportAssembly: RCS.Carbon.Export (in RCS.Carbon.Export.dll) Version: 9.1.14
Syntaxpublic Task<SurveyDetail[]> ListTSAPIVisibleJobs()
Return Value
Task<SurveyDetail[]>An asynchronous Task with a Result that will be an array of TSAPI visible Job (Survey) details.
The format and meaning of a detail Id is hosting environment dependent.
In environments that use a Red Centre Software compliant licensing system, each Id will be a string in the dot-joined format
CustName.JobName.VartreeName. In other environments the Id could be any unique key that identifies jobs or
surveys in the host's database or storage system. The detail Name and Title values are optional depending upon the
hosting environment.
See Also