ServicePRO SDK Help

KnowledgeBaseServiceManager..::..PrintBestSolutingListingForMultipleWordSearchEngine Method

Prints Best Solution listing for multiple word search engine

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

Syntax


public void PrintBestSolutingListingForMultipleWordSearchEngine(
	clsEnumeration..::..hsHelpStarObject hsObject,
	string searchString,
	bool isMultipleWordsSearch,
	string userSessionKey,
	Action<int, stcListItem, Exception> callbackAction
)
Public Sub PrintBestSolutingListingForMultipleWordSearchEngine ( _
	hsObject As clsEnumeration..::..hsHelpStarObject, _
	searchString As String, _
	isMultipleWordsSearch As Boolean, _
	userSessionKey As String, _
	callbackAction As Action(Of Integer, stcListItem, Exception) _
)

Parameters

hsObject
Type: HelpSTAR.PCL.Common..::..clsEnumeration..::..hsHelpStarObject
The HelpStar object.
searchString
Type: String
Search string.
isMultipleWordsSearch
Type: Boolean
set to true to search on a multiple words.
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 <(<'Int32, stcListItem, Exception>)>)>
The callback action.