Click or drag to resize

OrgPrivilegesGetPrivilegeByKey Method (ReadOnlyCollectionOrgPrivilege, String)

Searches for a 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 OrgPrivilege GetPrivilegeByKey(
	ReadOnlyCollection<OrgPrivilege> prs,
	string key
)

Parameters

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

Return Value

Type: OrgPrivilege
See Also