ServicePRO SDK Help

RequestServicesManager..::..ValidationToMoveRequests Method

Validations the request before try to move.

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

Syntax


public void ValidationToMoveRequests(
	string userSessionKey,
	int[] RequestIds,
	bool isTeamWorkspace,
	int repOrTeamId,
	string Username,
	Action<int, bool, bool, Exception> callbackAction
)
Public Sub ValidationToMoveRequests ( _
	userSessionKey As String, _
	RequestIds As Integer(), _
	isTeamWorkspace As Boolean, _
	repOrTeamId As Integer, _
	Username As String, _
	callbackAction As Action(Of Integer, Boolean, Boolean, 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.
RequestIds
Type: array<Int32>[]()[][]
The collection of request identifiers.
isTeamWorkspace
Type: Boolean
set to true if currently in team workspace.
repOrTeamId
Type: Int32
The identifier of Rep or team .
Username
Type: String
The user name.
callbackAction
Type: Action<(Of <(<'Int32, Boolean, Boolean, Exception>)>)>
The callback action.