ServicePRO SDK Help

KnowledgeBaseServiceManager..::..GetBestSolutionTypesList Method

Gets the collection of best solution types.

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

Syntax


public void GetBestSolutionTypesList(
	string userSessionKey,
	int solutionTypeId,
	bool isExistingObject,
	Action<IEnumerable<stcListItem>, Exception> callbackAction
)
Public Sub GetBestSolutionTypesList ( _
	userSessionKey As String, _
	solutionTypeId As Integer, _
	isExistingObject As Boolean, _
	callbackAction As Action(Of IEnumerable(Of stcListItem), 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.
solutionTypeId
Type: Int32
The Solution type.
isExistingObject
Type: Boolean
set to true if is solution exists.
callbackAction
Type: Action<(Of <(<'IEnumerable<(Of <(<'stcListItem>)>)>, Exception>)>)>
The callback action.