ServicePRO SDK Help

ManageObjectsServicesManager..::..PasteCategoryStructureOnQueue Method

Pastes the category structure on specified queue.

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

Syntax


public void PasteCategoryStructureOnQueue(
	string sessionKey,
	stcQueue destinationQueue,
	stcCategory rootCategory,
	ObservableCollection<stcCategory> categoryNodes,
	Action<Exception> callbackAction
)
Public Sub PasteCategoryStructureOnQueue ( _
	sessionKey As String, _
	destinationQueue As stcQueue, _
	rootCategory As stcCategory, _
	categoryNodes As ObservableCollection(Of stcCategory), _
	callbackAction As Action(Of Exception) _
)

Parameters

sessionKey
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.
destinationQueue
Type: HelpSTAR.PCL.Common..::..stcQueue
The destination queue.
rootCategory
Type: HelpSTAR.PCL.Common..::..stcCategory
The root category.
categoryNodes
Type: ObservableCollection<(Of <(<'stcCategory>)>)>
The category nodes collection.
callbackAction
Type: Action<(Of <(<'Exception>)>)>
The callback action.