ServicePRO SDK Help

ManageObjectsServicesManager..::..ValidateRetireFolder Method

Validate whether the folder can be retired.

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

Syntax


Public Sub ValidateRetireFolder ( _
	sessionKey As String, _
	queueItem As stcListItem, _
	glanceItem As clsEnumeration..::..hsGlanceItem, _
	callbackAction As Action(Of clsEnumeration..::..QueueValidationType, String, ObservableCollection(Of stcListItem), ObservableCollection(Of stcListItem), Exception) _
)

Parameters

sessionKey
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.
queueItem
Type: HelpSTAR.PCL.Common..::..stcListItem
The queue item.
glanceItem
Type: HelpSTAR.PCL.Common..::..clsEnumeration..::..hsGlanceItem
The HelpStar module item.
callbackAction
Type: Action<(Of <(<'clsEnumeration..::..QueueValidationType, String, ObservableCollection<(Of <(<'stcListItem>)>)>, ObservableCollection<(Of <(<'stcListItem>)>)>, Exception>)>)>
The callback action.