ServicePRO SDK Help

RequestServicesManager..::..ProcessProjectRequest Method

Processes the project request.

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

Syntax


public void ProcessProjectRequest(
	string userSessionKey,
	int projectId,
	int convertingRequestId,
	bool isRetainData,
	bool isDesigner,
	Action<ObservableCollection<HierarchyItem>, bool, int, Exception> callbackAction
)
Public Sub ProcessProjectRequest ( _
	userSessionKey As String, _
	projectId As Integer, _
	convertingRequestId As Integer, _
	isRetainData As Boolean, _
	isDesigner As Boolean, _
	callbackAction As Action(Of ObservableCollection(Of HierarchyItem), Boolean, Integer, 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.
projectId
Type: Int32
The project identifier.
convertingRequestId
Type: Int32
The converting request identifier.
isRetainData
Type: Boolean
set to true if need to retain work flow template data.
isDesigner
Type: Boolean
set to true if this user is designer.
callbackAction
Type: Action<(Of <(<'ObservableCollection<(Of <(<'HierarchyItem>)>)>, Boolean, Int32, Exception>)>)>
The callback action.