Namespace: Cartella.Interfaces
Assembly: CartellaData (in CartellaData.dll) Version: 4.1.0.171 (4.1.0.171)

Syntax

C#
bool AddDefaultRole(
	string roleID
)
Visual Basic
Function AddDefaultRole ( _
	roleID As String _
) As Boolean
Visual C++
bool AddDefaultRole(
	String^ roleID
)

Parameters

roleID
Type: System..::..String

See Also