Click or drag to resize

OrgPrivilegeGetPermissionsTypesDescription Method

Gets a representation of all included permission types, separated by the specified text.

Namespace:  Packflow.Modeling
Assembly:  MicaSystems.Packflow.Core (in MicaSystems.Packflow.Core.dll) Version: 1.0.0.0 (3.2.0.306)
Syntax
C#
public string GetPermissionsTypesDescription(
	string language2Letters,
	string separator = ", "
)

Parameters

language2Letters
Type: SystemString
Letters of the permissions types description.
separator (Optional)
Type: SystemString
Text used as separator between all permission types' names.

Return Value

Type: String
String
See Also