ServicePRO SDK Help

ManageObjectsServicesManager..::..GetUserListStructure Method

Get user list with structure

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

Syntax


public void GetUserListStructure(
	string sessionKey,
	List<int> UserIds,
	Action<List<stcUser>, Exception> callbackAction
)
Public Sub GetUserListStructure ( _
	sessionKey As String, _
	UserIds As List(Of Integer), _
	callbackAction As Action(Of List(Of stcUser), 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.
UserIds
Type: List<(Of <(<'Int32>)>)>
a list of user id
callbackAction
Type: Action<(Of <(<'List<(Of <(<'stcUser>)>)>, Exception>)>)>
The callback action.(The return will be a list of stcUser)