Click or drag to resize

LicenceJobVartreeNames 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.Carbon.Licensing.Shared
Assembly: RCS.Carbon.Licensing.Shared (in RCS.Carbon.Licensing.Shared.dll) Version: 9.1.14
Syntax
C#
public string[] VartreeNames { get; set; }

Property Value

String
See Also