ServicePRO SDK Help

ManageObjectsServiceClient..::..BeginPasteCategoryStructure Method

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

Syntax


public IAsyncResult BeginPasteCategoryStructure(
	string SessionKey,
	stcCategory destinationCategory,
	stcCategory copyingCategory,
	ObservableCollection<stcCategory> categoryNodes,
	AsyncCallback callback,
	Object asyncState
)
Public Function BeginPasteCategoryStructure ( _
	SessionKey As String, _
	destinationCategory As stcCategory, _
	copyingCategory As stcCategory, _
	categoryNodes As ObservableCollection(Of stcCategory), _
	callback As AsyncCallback, _
	asyncState As Object _
) As IAsyncResult

Parameters

SessionKey
Type: String
destinationCategory
Type: HelpSTAR.PCL.Common..::..stcCategory
copyingCategory
Type: HelpSTAR.PCL.Common..::..stcCategory
categoryNodes
Type: ObservableCollection<(Of <(<'stcCategory>)>)>
callback
Type: AsyncCallback
asyncState
Type: Object