Click or drag to resize

LicenceFullGetJobList Method

Gets a comma joined list of licensed job names for a specified customer name. 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 GetJobList(
	string customerName
)

Parameters

customerName  String

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

Return Value

String

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

See Also