AccessControlProxy GetTenantAccessPrivileges Method ( String ) CelloSaaS API Documentation
Gets the tenant access privileges for the logged in user

Namespace: CelloSaaS.BusinessEdition.ServiceProxies.AccessControlManagement
Assembly: CelloSaaS.BusinessEdition (in CelloSaaS.BusinessEdition.dll) Version: 4.3.1.0 (4.3.1.0)
Syntax

public static Dictionary<string, Dictionary<string, TenantDetails>> GetTenantAccessPrivileges(
	string[] privileges
)

Parameters

privileges
Type:  System String 
The privileges.

Return Value

Type: Dictionary String, Dictionary String, TenantDetails  
Dictionary of TenantDetails
See Also