Constable Authorization Engine 2.0 BETA

ActionRule.Copy Method 

[This is preliminary documentation and subject to change.]

Creates a copy of the action.

[Visual Basic]
Overridable Public Function Copy( _
   ByVal isEnabled As Boolean _
) As ActionRule
[C#]
public virtual ActionRule Copy(
   bool isEnabled
);

Parameters

isEnabled
The initial value of the IsEnabled property of the new action.

Return Value

A reference to the newly created action.

See Also

ActionRule Class | LaMarvin.Constable.Model Namespace