ILicenseService SearchTenantLicenses Method CelloSaaS API Documentation
Searches the tenant licenses Key is tenantId, value is TenantLicense

Namespace: CelloSaaS.ServiceContracts.LicenseManagement
Assembly: CelloSaaS.ServiceContracts (in CelloSaaS.ServiceContracts.dll) Version: 4.3.1.0 (4.3.1.0)
Syntax

Dictionary<Guid, TenantLicense> SearchTenantLicenses(
	TenantLicenseSearchCondition condition
)

Return Value

Type: Dictionary Guid, TenantLicense 
Returns the TenantLicense object
See Also