ServicePRO SDK Help

RequestServicesClient..::..BeginSaveTreeToTreeChages Method

Namespace:  ServicePRO.Sdk.Windows.Clients
Assembly:  ServicePRO.Sdk.Windows (in ServicePRO.Sdk.Windows.dll)

Syntax


public IAsyncResult BeginSaveTreeToTreeChages(
	string userSessionKey,
	int ChildId,
	int ParentId,
	int originalParentId,
	bool Rearrange,
	AsyncCallback callback,
	Object asyncState
)
Public Function BeginSaveTreeToTreeChages ( _
	userSessionKey As String, _
	ChildId As Integer, _
	ParentId As Integer, _
	originalParentId As Integer, _
	Rearrange As Boolean, _
	callback As AsyncCallback, _
	asyncState As Object _
) As IAsyncResult

Parameters

userSessionKey
Type: String
ChildId
Type: Int32
ParentId
Type: Int32
originalParentId
Type: Int32
Rearrange
Type: Boolean
callback
Type: AsyncCallback
asyncState
Type: Object