Constable Authorization Engine 2.0 BETA

ActionRuleCollection.Insert Method 

[This is preliminary documentation and subject to change.]

Inserts the rule object at the specified index.

[Visual Basic]
Overridable Public Sub Insert( _
   ByVal index As Integer, _
   ByVal rule As ActionRule _
)
[C#]
public virtual void Insert(
   int index,
   ActionRule rule
);

Parameters

index
rule

See Also

ActionRuleCollection Class | LaMarvin.Constable.Model Namespace