ServicePRO SDK Help

KnowledgeBaseServiceClient..::..BeginHasSolutions Method

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

Syntax


public IAsyncResult BeginHasSolutions(
	string userSessionKey,
	string searchText,
	SearchItem searchItem,
	int problemTypeId,
	int repId,
	int[] keyWordIds,
	bool isSuggested,
	clsEnumeration..::..hsObjectStatus objectStatus,
	int typeId,
	int folderId,
	AsyncCallback callback,
	Object asyncState
)
Public Function BeginHasSolutions ( _
	userSessionKey As String, _
	searchText As String, _
	searchItem As SearchItem, _
	problemTypeId As Integer, _
	repId As Integer, _
	keyWordIds As Integer(), _
	isSuggested As Boolean, _
	objectStatus As clsEnumeration..::..hsObjectStatus, _
	typeId As Integer, _
	folderId As Integer, _
	callback As AsyncCallback, _
	asyncState As Object _
) As IAsyncResult

Parameters

userSessionKey
Type: String
searchText
Type: String
searchItem
Type: HelpSTAR.PCL.Common..::..SearchItem
problemTypeId
Type: Int32
repId
Type: Int32
keyWordIds
Type: array<Int32>[]()[][]
isSuggested
Type: Boolean
objectStatus
Type: HelpSTAR.PCL.Common..::..clsEnumeration..::..hsObjectStatus
typeId
Type: Int32
folderId
Type: Int32
callback
Type: AsyncCallback
asyncState
Type: Object