AccessControlProxy CheckPermissions Method CelloSaaS API Documentation
Check if the logged in user has the given privileges and returns the result array in the same order

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

public static bool[] CheckPermissions(
	string[] permissions
)

Parameters

permissions
Type:  System String 
array of permissions

Return Value

Type:  Boolean 
returns True/False array
See Also