Click or drag to resize

ILicensingProviderGetNavigationData Method

Gets abbreviated arrays of all Realms, Users, Customers and Jobs in the licensing database. Clients can 'join' the arrays to create custom navigation views such as a tree showing the relationships between the entities and allowing simple selection.

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

Return Value

TaskNavData
An asynchronous Task with a Result containing arrays of abbreviated licensing entities.
See Also