ServicePRO SDK Help

IManageObjectsService..::..BeginMoveClosedRequestsToAnotherFolder Method

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

Syntax


[OperationContractAttribute]
IAsyncResult BeginMoveClosedRequestsToAnotherFolder(
	string SessionKey,
	int selectedFolderId,
	ObservableCollection<int> FolderIDs,
	AsyncCallback callback,
	Object asyncState
)
<OperationContractAttribute> _
Function BeginMoveClosedRequestsToAnotherFolder ( _
	SessionKey As String, _
	selectedFolderId As Integer, _
	FolderIDs As ObservableCollection(Of Integer), _
	callback As AsyncCallback, _
	asyncState As Object _
) As IAsyncResult

Parameters

SessionKey
Type: String
selectedFolderId
Type: Int32
FolderIDs
Type: ObservableCollection<(Of <(<'Int32>)>)>
callback
Type: AsyncCallback
asyncState
Type: Object