ServicePRO SDK Help

ObjectDesignerManager..::..GetUDFXML Method

Gets the collection of user defined filed data.

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

Syntax


public void GetUDFXML(
	string userSessionKey,
	List<stcListItem> inputListItem,
	Action<List<stcMetaDataTableXML>, IEnumerable<Dictionary<string, Object>>, stcTblTemplateAll, Dictionary<int, long>, Dictionary<int, long>, Exception> callbackAction
)
Public Sub GetUDFXML ( _
	userSessionKey As String, _
	inputListItem As List(Of stcListItem), _
	callbackAction As Action(Of List(Of stcMetaDataTableXML), IEnumerable(Of Dictionary(Of String, Object)), stcTblTemplateAll, Dictionary(Of Integer, Long), Dictionary(Of Integer, Long), 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.
inputListItem
Type: List<(Of <(<'stcListItem>)>)>
The collection of user defined filed data with identifier and type which need to be retrieve.
callbackAction
Type: Action<(Of <(<'List<(Of <(<'stcMetaDataTableXML>)>)>, IEnumerable<(Of <(<'Dictionary<(Of <(<'String, Object>)>)>>)>)>, stcTblTemplateAll, Dictionary<(Of <(<'Int32, Int64>)>)>, Dictionary<(Of <(<'Int32, Int64>)>)>, Exception>)>)>
The callback action.