PrivilegeProxy GetPrivilegesbyFeatureIds Method CelloSaaS API Documentation
Gets the privilegesby feature ids.

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, Privilege> GetPrivilegesbyFeatureIds(
	string[] featureIds
)

Parameters

featureIds
Type:  System String 
The feature ids.

Return Value

Type: Dictionary String, Privilege 
See Also