ServicePRO SDK Help

IManageObjectsService..::..BeginPasteCategoryStructure Method

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

Syntax


[OperationContractAttribute]
IAsyncResult BeginPasteCategoryStructure(
	string SessionKey,
	stcCategory destinationCategory,
	stcCategory copyingCategory,
	ObservableCollection<stcCategory> categoryNodes,
	AsyncCallback callback,
	Object asyncState
)
<OperationContractAttribute> _
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