AccessControlProxy CheckAllPermissions Method CelloSaaS API Documentation
Check if the logged in user has all the given privileges

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 CheckAllPermissions(
	string[] permissions
)

Parameters

permissions
Type:  System String 
array of permissions

Return Value

Type: Boolean
returns True/False
See Also