[This is preliminary documentation and is subject to change.]

Removes a role.

Namespace:  OfficeClip.DBLayer.Security
Assembly:  OfficeClip.DBLayer (in OfficeClip.DBLayer)
Version: 8.1.1.0

Syntax

C#
public DBConstants..::.ReturnValue DeleteRole(
	int roleId
)
Visual Basic (Declaration)
Public Function DeleteRole ( _
	roleId As Integer _
) As DBConstants..::.ReturnValue
Visual C++
public:
DBConstants..::.ReturnValue DeleteRole(
	int roleId
)

Parameters

roleId
Type: System..::.Int32
The unique id of the role that needs to be updated

Return Value

Enumerated type return value.

See Also