ServicePRO SDK Help

ManageObjectsServicesManager..::..RestoreProblemTypeIcon Method

Restores the category type icon.

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

Syntax


public void RestoreProblemTypeIcon(
	string sessionKey,
	stcProblemType sProb,
	Action<bool, Exception> callbackAction
)
Public Sub RestoreProblemTypeIcon ( _
	sessionKey As String, _
	sProb As stcProblemType, _
	callbackAction As Action(Of Boolean, 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.
sProb
Type: HelpSTAR.PCL.Common..::..stcProblemType
The category type.
callbackAction
Type: Action<(Of <(<'Boolean, Exception>)>)>
The callback action.