ServicePRO SDK Help

ManageObjectsServicesManager..::..FillObjectTypeOU Method

Gets the collection of OU by specified object type and folder identifier.

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

Syntax


public void FillObjectTypeOU(
	string sessionKey,
	clsEnumeration..::..hsmdObject ObjectType,
	int queueId,
	int objectTypeId,
	Action<ObservableCollection<stcListItem>, Exception> callbackAction
)
Public Sub FillObjectTypeOU ( _
	sessionKey As String, _
	ObjectType As clsEnumeration..::..hsmdObject, _
	queueId As Integer, _
	objectTypeId As Integer, _
	callbackAction As Action(Of ObservableCollection(Of stcListItem), 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.
ObjectType
Type: HelpSTAR.PCL.Common..::..clsEnumeration..::..hsmdObject
Type of the object.
queueId
Type: Int32
The queue identifier.
objectTypeId
Type: Int32
The object type identifier.
callbackAction
Type: Action<(Of <(<'ObservableCollection<(Of <(<'stcListItem>)>)>, Exception>)>)>
The callback action.