ServicePRO SDK Help

KnowledgeBaseServiceManager..::..DeleteKeyWord Method

Deletes a key word.

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

Syntax


public void DeleteKeyWord(
	int keyWordId,
	string userSessionKey,
	Action<bool, Exception> callbackAction
)
Public Sub DeleteKeyWord ( _
	keyWordId As Integer, _
	userSessionKey As String, _
	callbackAction As Action(Of Boolean, Exception) _
)

Parameters

keyWordId
Type: Int32
The key word identifier.
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 <(<'Boolean, Exception>)>)>
The callback action.