ServicePRO SDK Help

KnowledgeBaseServiceManager..::..GetSolutionsForSearch Method

Gets the solutions for search.

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

Syntax


public void GetSolutionsForSearch(
	bool isBackgroundRefresh,
	List<string> solutionStatusList,
	clsEnumeration..::..hsSolutionStatus solutionStatus,
	int startRow,
	int endRow,
	string userSessionKey,
	string searchPhrase,
	bool isExporting,
	Action<int, IEnumerable<Dictionary<string, Object>>, Exception> callbackAction
)
Public Sub GetSolutionsForSearch ( _
	isBackgroundRefresh As Boolean, _
	solutionStatusList As List(Of String), _
	solutionStatus As clsEnumeration..::..hsSolutionStatus, _
	startRow As Integer, _
	endRow As Integer, _
	userSessionKey As String, _
	searchPhrase As String, _
	isExporting As Boolean, _
	callbackAction As Action(Of Integer, IEnumerable(Of Dictionary(Of String, Object)), Exception) _
)

Parameters

isBackgroundRefresh
Type: Boolean
Check background refresh.
solutionStatusList
Type: List<(Of <(<'String>)>)>
The solution status list.
solutionStatus
Type: HelpSTAR.PCL.Common..::..clsEnumeration..::..hsSolutionStatus
The solution status type.
startRow
Type: Int32
The number of starting row.
endRow
Type: Int32
The number of ending row.
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.
searchPhrase
Type: String
The search phrase used in query.
isExporting
Type: Boolean
set to true if exporting solution.
callbackAction
Type: Action<(Of <(<'Int32, IEnumerable<(Of <(<'Dictionary<(Of <(<'String, Object>)>)>>)>)>, Exception>)>)>
The callback action.