ServicePRO SDK Help

KnowledgeBaseServiceManager..::..GetSolutionsByFilter Method

Gets the solutions by filter type.

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

Syntax


public void GetSolutionsByFilter(
	int currentSolutionId,
	clsEnumeration..::..hsFilterSolution filterType,
	Object filterValue,
	string userSessionKey,
	Action<IEnumerable<Dictionary<string, Object>>, Exception> callbackAction
)
Public Sub GetSolutionsByFilter ( _
	currentSolutionId As Integer, _
	filterType As clsEnumeration..::..hsFilterSolution, _
	filterValue As Object, _
	userSessionKey As String, _
	callbackAction As Action(Of IEnumerable(Of Dictionary(Of String, Object)), Exception) _
)

Parameters

currentSolutionId
Type: Int32
The current solution identifier.
filterType
Type: HelpSTAR.PCL.Common..::..clsEnumeration..::..hsFilterSolution
Type of the filter.
filterValue
Type: Object
The filter value.(Problem type ID or Key word)
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.
callbackAction
Type: Action<(Of <(<'IEnumerable<(Of <(<'Dictionary<(Of <(<'String, Object>)>)>>)>)>, Exception>)>)>
The callback action.