ServicePRO SDK Help

RequestServicesManager..::..ValidateProperties Method

Validates the properties after select custom request type.

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

Syntax


public void ValidateProperties(
	string userSessionKey,
	int organizationalUnitId,
	int folderId,
	stcListItem selectedRequestType,
	stcListItem selectedCategory,
	Action<clsEnumeration..::..RequestPropertiesValidationStatus, stcListItem, string, Exception> callbackAction
)
Public Sub ValidateProperties ( _
	userSessionKey As String, _
	organizationalUnitId As Integer, _
	folderId As Integer, _
	selectedRequestType As stcListItem, _
	selectedCategory As stcListItem, _
	callbackAction As Action(Of clsEnumeration..::..RequestPropertiesValidationStatus, stcListItem, String, 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.
organizationalUnitId
Type: Int32
The organizational unit identifier.
folderId
Type: Int32
The folder identifier.
selectedRequestType
Type: HelpSTAR.PCL.Common..::..stcListItem
Type of the selected request.
selectedCategory
Type: HelpSTAR.PCL.Common..::..stcListItem
The selected category.
callbackAction
Type: Action<(Of <(<'clsEnumeration..::..RequestPropertiesValidationStatus, stcListItem, String, Exception>)>)>
The callback action.