ServicePRO SDK Help

ManageObjectsServicesManager..::..LoadObjectFromNewCategory Method

Loads the Category type by object identifier.

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

Syntax


public void LoadObjectFromNewCategory(
	string sessionKey,
	int objId,
	Action<stcProblemType, ObservableCollection<stcListItem>, bool, Exception> callbackAction
)
Public Sub LoadObjectFromNewCategory ( _
	sessionKey As String, _
	objId As Integer, _
	callbackAction As Action(Of stcProblemType, ObservableCollection(Of stcListItem), Boolean, 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.
objId
Type: Int32
The object identifier.
callbackAction
Type: Action<(Of <(<'stcProblemType, ObservableCollection<(Of <(<'stcListItem>)>)>, Boolean, Exception>)>)>
The callback action.