ServicePRO SDK Help

ManageObjectsServicesManager..::..GetObjectStructure Method

Gets general object structure.

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

Syntax


public void GetObjectStructure(
	string sessionKey,
	clsEnumeration..::..hsHelpStarObject hObj,
	int objectId,
	Action<Object, Exception> callbackAction
)
Public Sub GetObjectStructure ( _
	sessionKey As String, _
	hObj As clsEnumeration..::..hsHelpStarObject, _
	objectId As Integer, _
	callbackAction As Action(Of Object, Exception) _
)

Parameters

sessionKey
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.
hObj
Type: HelpSTAR.PCL.Common..::..clsEnumeration..::..hsHelpStarObject
HelpSTAR object.(clsEnumeration.hsHelpStarObject)
objectId
Type: Int32
The object identifier.
callbackAction
Type: Action<(Of <(<'Object, Exception>)>)>
The callback action.(The return will be Object)