deDesign..::..hasRole Method
Determines whether the specified role identifier has role.
Namespace:
FlowWright.cDevDeAPIAssembly: cDevDeAPI (in cDevDeAPI.dll)
Syntax
public itemExistStatus hasRole( string roleID, string roleName, out deRole oRole )
Public Function hasRole ( _ roleID As String, _ roleName As String, _ <OutAttribute> ByRef oRole As deRole _ ) As itemExistStatus
public: itemExistStatus^ hasRole( String^ roleID, String^ roleName, [OutAttribute] deRole^% oRole )
Parameters
- roleID
- Type: String
The role identifier.
- roleName
- Type: String
Name of the role.
- oRole
- Type: FlowWright.cDevDeAPI..::..deRole%
The o role.