Constable Authorization Engine 2.0 BETA

ActionCollection.AddNew Method 

[This is preliminary documentation and subject to change.]

Creates an instance of the Action class and adds it to the collection.

[Visual Basic]
Overridable Public Function AddNew( _
   ByVal id As String _
) As Action
[C#]
public virtual Action AddNew(
   string id
);

Parameters

id
The Id of the new action.

Return Value

Returns a reference to the newly added Action instance.

See Also

ActionCollection Class | LaMarvin.Constable.Model Namespace