Removes the user from org chart.
Namespace:
FlowWright.cDevDeAPI
Assembly:
cDevDeAPI (in cDevDeAPI.dll)
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.