| AuthenticateJobVartreeNames Property |
A manually entered list of vartree names that are associated with the job. This legacy property was used
in client app UIs to fill pick lists of jobs and their vartrees. There was always the danger that this
manual list would become out-of-sync with the actual vartree files or blobs and produce unepected errors.
This property is redundant for cloud job processing because the
RealCloudVartreeNames property
provides the names of real vartree blobs, but in that case this property can be used as a filter to define a
subset of the real vartrees to be visible. This logic is UNDER CONSTRUCTION.
Namespace: RCS.Licensing.StdlibAssembly: RCS.Licensing.Stdlib (in RCS.Licensing.Stdlib.dll) Version: 8.0.0+6a10b18a78f605fc5a365a56d079277e103ee6d9
Syntax public string[] VartreeNames { get; set; }
Property Value
StringSee Also