Click or drag to resize

LicenceFullGetVarTreeList Method

Gets a comma joined list of licenced vartree names for a job under a customer. Empty string if none. Corresponds to a function in the C++ Licensing class.

Namespace: RCS.Carbon.Licensing.Shared
Assembly: RCS.Carbon.Licensing.Shared (in RCS.Carbon.Licensing.Shared.dll) Version: 9.1.14
Syntax
C#
public string GetVarTreeList(
	string customerName,
	string jobName
)

Parameters

customerName  String

[Missing <param name="customerName"/> documentation for "M:RCS.Carbon.Licensing.Shared.LicenceFull.GetVarTreeList(System.String,System.String)"]

jobName  String

[Missing <param name="jobName"/> documentation for "M:RCS.Carbon.Licensing.Shared.LicenceFull.GetVarTreeList(System.String,System.String)"]

Return Value

String

[Missing <returns> documentation for "M:RCS.Carbon.Licensing.Shared.LicenceFull.GetVarTreeList(System.String,System.String)"]

See Also