Click or drag to resize

OrgPermissionTypesGetPermissionTypeByKey Method (ReadOnlyCollectionOrgItemPermissionType, String)

Searches for an item 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 OrgItemPermissionType GetPermissionTypeByKey(
	ReadOnlyCollection<OrgItemPermissionType> pts,
	string key
)

Parameters

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

Return Value

Type: OrgItemPermissionType
See Also