Moves the user to manager.
   
                
    Namespace: 
   FlowWright.cDevDeAPI
    Assembly:
   cDevDeAPI (in cDevDeAPI.dll)
public bool moveUserToManager(
	string sSourceManagerID,
	string sTargetManagerID
)
Public Function moveUserToManager ( _
	sSourceManagerID As String, _
	sTargetManagerID As String _
) As Boolean
public:
bool^ moveUserToManager(
	String^ sSourceManagerID, 
	String^ sTargetManagerID
)
Parameters
- sSourceManagerID
 - Type: String
The s source manager identifier. 
- sTargetManagerID
 - Type: String
The s target manager identifier. 
Return Value
true if XXXX, 
false otherwise.