ServicePRO SDK Help

RequestServicesManager..::..AddMemoChagesInTree Method

Adds the memo changes to request in tree structure.

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

Syntax


public void AddMemoChagesInTree(
	string userSessionKey,
	int ChildId,
	int ParentId,
	bool Flag,
	Action<bool, Exception> callbackAction
)
Public Sub AddMemoChagesInTree ( _
	userSessionKey As String, _
	ChildId As Integer, _
	ParentId As Integer, _
	Flag As Boolean, _
	callbackAction As Action(Of Boolean, Exception) _
)

Parameters

userSessionKey
Type: String
User’s Session Key.
Key property of the User Session Object of type stcSession.
The User Session has to be established by making a call to InitializeSystemAndSession() method in CoreServicesManager class as a first step with using ServicePRO SDK.
ChildId
Type: Int32
The child identifier.
ParentId
Type: Int32
The parent identifier.
Flag
Type: Boolean
(obsoleted)
callbackAction
Type: Action<(Of <(<'Boolean, Exception>)>)>
The callback action.