ServicePRO SDK Help

RequestServicesManager..::..GetTransactionsMetadataAuthors Method

Gets the collection of memo author information.(Hierarchy Item Data)

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

Syntax


public void GetTransactionsMetadataAuthors(
	string userSessionKey,
	int requestId,
	bool includeStarwatch,
	Action<ObservableCollection<HierarchyItem>, Exception> callback
)
Public Sub GetTransactionsMetadataAuthors ( _
	userSessionKey As String, _
	requestId As Integer, _
	includeStarwatch As Boolean, _
	callback As Action(Of ObservableCollection(Of HierarchyItem), Exception) _
)

Parameters

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.
requestId
Type: Int32
The request identifier.
includeStarwatch
Type: Boolean
set to true if need to include starwatch user.
callback
Type: Action<(Of <(<'ObservableCollection<(Of <(<'HierarchyItem>)>)>, Exception>)>)>
The callback action.