Constable Authorization Engine 2.0 BETA

RoleCollection.AddNew Method 

[This is preliminary documentation and subject to change.]

Creates a new Role and adds it to the collection.

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

Parameters

id
The Id of the new role.

Return Value

A reference to the newly created role.

See Also

RoleCollection Class | LaMarvin.Constable.Model Namespace