Click or drag to resize

OrgPrivileges.GetPrivilegeByKey Method (ReadOnlyCollection<OrgItemPrivilege>, 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.ObjectModel.ReadOnlyCollection<OrgItemPrivilege>
key
Type: System.String

Return Value

Type: OrgItemPrivilege
See Also