ServicePRO SDK Help

KnowledgeBaseServiceManager..::..GetObjectFindRst Method

Gets the object collection by search text.

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

Syntax


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

Parameters

hsObject
Type: HelpSTAR.PCL.Common..::..clsEnumeration..::..hsHelpStarObject
The HelpSTAR object type.
searchString
Type: String
The search text.
isMultipleWordsSearch
Type: Boolean
set to true if searching 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, IEnumerable<(Of <(<'Dictionary<(Of <(<'String, Object>)>)>>)>)>, Exception>)>)>
The callback action.