FlowWright.cDevDeAPI Namespace
FlowWright.cDevDecisionEngine Namespace

deUser..::..removeUserFromOrgChart Method

Removes the user from org chart.

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

Syntax


public bool removeUserFromOrgChart(
	string sManagerID,
	bool isRemoveReportees
)
Public Function removeUserFromOrgChart ( _
	sManagerID As String, _
	isRemoveReportees As Boolean _
) As Boolean
public:
bool^ removeUserFromOrgChart(
	String^ sManagerID, 
	bool^ isRemoveReportees
)

Parameters

sManagerID
Type: String
The s manager identifier.
isRemoveReportees
Type: Boolean
if set to true [is remove reportees].

Return Value

true if XXXX, false otherwise.