ServicePRO SDK Help

ManageObjectsServicesManager..::..PasteCategoryStructure Method

Pastes the category structure.

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

Syntax


public void PasteCategoryStructure(
	string sessionKey,
	stcCategory destinationCategory,
	stcCategory copyingCategory,
	ObservableCollection<stcCategory> categoryNodes,
	Action<Exception> callbackAction
)
Public Sub PasteCategoryStructure ( _
	sessionKey As String, _
	destinationCategory As stcCategory, _
	copyingCategory 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.
destinationCategory
Type: HelpSTAR.PCL.Common..::..stcCategory
The destination category.
copyingCategory
Type: HelpSTAR.PCL.Common..::..stcCategory
The source category.
categoryNodes
Type: ObservableCollection<(Of <(<'stcCategory>)>)>
The category nodes collection.
callbackAction
Type: Action<(Of <(<'Exception>)>)>
The callback action.