Click or drag to resize

RedCentreLicensingProviderGetNavigationData Method

Getting the Red Centre licensing navigation tree is complicated because (for historical reasons through Ruby) the underlying Cosmos DB database stores the entities in a different hierarchy and the tree relationships do not join users to customers and jobs. The hack user string fields CloudCustomerNames and JobNames contain a joined set of customer and job names respectively which defines joins loosely on names and not their unique ids.

Namespace: RCS.Carbon.Licensing.RedCentre
Assembly: RCS.Carbon.Licensing.RedCentre (in RCS.Carbon.Licensing.RedCentre.dll) Version: 9.0.12
Syntax
C#
public Task<NavData> GetNavigationData()

Return Value

TaskNavData

[Missing <returns> documentation for "M:RCS.Carbon.Licensing.RedCentre.RedCentreLicensingProvider.GetNavigationData"]

See Also