Click or drag to resize

OrgPermissionTypesGetPermissionTypeByKey Method (ReadOnlyCollectionOrgPermissionType, String)

Searches for a permission type by its key in a given collection of permission types.

Namespace:  Packflow.Modeling
Assembly:  MicaSystems.Packflow.Core (in MicaSystems.Packflow.Core.dll) Version: 1.0.0.0 (3.2.0.306)
Syntax
C#
public static OrgPermissionType GetPermissionTypeByKey(
	ReadOnlyCollection<OrgPermissionType> pts,
	string key
)

Parameters

pts
Type: System.Collections.ObjectModelReadOnlyCollectionOrgPermissionType
key
Type: SystemString

Return Value

Type: OrgPermissionType
See Also