ServicePRO SDK Help

KnowledgeBaseServiceManager..::..GetObjectTypes Method

Gets the collection of object type information.

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

Syntax


public void GetObjectTypes(
	clsEnumeration..::..hsmdObject objectType,
	string userSessionKey,
	Action<IEnumerable<stcListItem>, Exception> callbackAction
)
Public Sub GetObjectTypes ( _
	objectType As clsEnumeration..::..hsmdObject, _
	userSessionKey As String, _
	callbackAction As Action(Of IEnumerable(Of stcListItem), Exception) _
)

Parameters

objectType
Type: HelpSTAR.PCL.Common..::..clsEnumeration..::..hsmdObject
Type of the HelpSTAR object.
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 <(<'IEnumerable<(Of <(<'stcListItem>)>)>, Exception>)>)>
The callback action.