Click or drag to resize

OrgPrivilegesGetPrivilegeByKey Method (ReadOnlyCollectionOrgItemPrivilege, String)

Searches for an item privilege by its key in a given collection of privileges.

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 OrgItemPrivilege GetPrivilegeByKey(
	ReadOnlyCollection<OrgItemPrivilege> prs,
	string key
)

Parameters

prs
Type: System.Collections.ObjectModelReadOnlyCollectionOrgItemPrivilege
key
Type: SystemString

Return Value

Type: OrgItemPrivilege
See Also