FlowWright.cDevDeAPI Namespace
FlowWright.cDevDecisionEngine Namespace

deUser..::..isUserReportsToMe Method

Determines whether [is user reports to me] [the specified user identifier].

Namespace:  FlowWright.cDevDeAPI
Assembly:  cDevDeAPI (in cDevDeAPI.dll)

Syntax


public bool isUserReportsToMe(
	string userId
)
Public Function isUserReportsToMe ( _
	userId As String _
) As Boolean
public:
bool^ isUserReportsToMe(
	String^ userId
)

Parameters

userId
Type: String
The user identifier.

Return Value

true if [is user reports to me] [the specified user identifier]; otherwise, false.