ServicePRO SDK Help

RequestServicesManager..::..MoveSelectedRequests Method

Moves the selected requests.(drag drop)

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

Syntax


public void MoveSelectedRequests(
	string userSessionKey,
	clsEnumeration..::..hsQueueView queueViewType,
	int[] selectedRequests,
	int selectedFolderId,
	clsEnumeration..::..hsQueueType queueType,
	string selectedFolderName,
	int selectedRepId,
	int selectedTeamId,
	bool isTeamWorkspace,
	bool IsProcessUpdateAlarm,
	int actualFolderId,
	Action<ObservableCollection<Dictionary<string, Object>>, Exception> callbackAction
)
Public Sub MoveSelectedRequests ( _
	userSessionKey As String, _
	queueViewType As clsEnumeration..::..hsQueueView, _
	selectedRequests As Integer(), _
	selectedFolderId As Integer, _
	queueType As clsEnumeration..::..hsQueueType, _
	selectedFolderName As String, _
	selectedRepId As Integer, _
	selectedTeamId As Integer, _
	isTeamWorkspace As Boolean, _
	IsProcessUpdateAlarm As Boolean, _
	actualFolderId As Integer, _
	callbackAction As Action(Of ObservableCollection(Of Dictionary(Of String, Object)), Exception) _
)

Parameters

userSessionKey
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.
queueViewType
Type: HelpSTAR.PCL.Common..::..clsEnumeration..::..hsQueueView
Type of the queue view.
selectedRequests
Type: array<Int32>[]()[][]
The collection of selected request identifiers.
selectedFolderId
Type: Int32
The selected folder identifier.
queueType
Type: HelpSTAR.PCL.Common..::..clsEnumeration..::..hsQueueType
Type of the queue.
selectedFolderName
Type: String
Name of the selected folder.
selectedRepId
Type: Int32
The selected Rep identifier.
selectedTeamId
Type: Int32
The selected team identifier.
isTeamWorkspace
Type: Boolean
set to true if currently in team workspace.
IsProcessUpdateAlarm
Type: Boolean
set to true if processing/updating alarm.
actualFolderId
Type: Int32
The actual folder identifier.
callbackAction
Type: Action<(Of <(<'ObservableCollection<(Of <(<'Dictionary<(Of <(<'String, Object>)>)>>)>)>, Exception>)>)>
The callback action.