|
ILicensingProviderListTSAPIVisibleJobs Method
|
Returns a list of jobs (surveys) that can be exported in TSAPI format.
Namespace: RCS.Carbon.Licensing.SharedAssembly: RCS.Carbon.Licensing.Shared (in RCS.Carbon.Licensing.Shared.dll) Version: 9.1.14
SyntaxTask<string[]> ListTSAPIVisibleJobs()
Return Value
TaskStringA non-null but possibly empty string array of lines where each line is in one of the three formats:
id or
id,name or
id,name,title.
Therefore the
id is mandatory but the
name and
title are optional. The format of the
id depends upon the
hosting environment but it is expected to uniuely identify a job (survey) within the database or storage system of the host.
See Also