|
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.SharedAssembly: RCS.Carbon.Licensing.Shared (in RCS.Carbon.Licensing.Shared.dll) Version: 9.1.22
SyntaxTask<NavData> GetNavigationData()
Return Value
TaskNavDataAn asynchronous Task with a Result containing arrays of abbreviated licensing entities.
See Also