Constable Authorization Engine 2.0 BETA

ActionRuleCollection.Lookup Method (String)

[This is preliminary documentation and subject to change.]

Returns all ActionRule objects for the given Id.

[Visual Basic]
Overloads Public Function Lookup( _
   ByVal actionId As String _
) As ActionRuleCollection
[C#]
public ActionRuleCollection Lookup(
   string actionId
);

Parameters

actionId

Return Value

See Also

ActionRuleCollection Class | LaMarvin.Constable.Model Namespace | ActionRuleCollection.Lookup Overload List