ServicePRO SDK Help

ObjectDesignerManager..::..GetUDFDetails Method

Gets the user defined filed details by object identifier.

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

Syntax


public void GetUDFDetails(
	string userSessionKey,
	clsEnumeration..::..hsmdObject hsmdObject,
	int ObjectId,
	Action<List<stcMetaDataTableXML>, IEnumerable<Dictionary<string, Object>>, Dictionary<int, long>, Dictionary<int, long>, stcListItem, Exception> callbackAction
)
Public Sub GetUDFDetails ( _
	userSessionKey As String, _
	hsmdObject As clsEnumeration..::..hsmdObject, _
	ObjectId As Integer, _
	callbackAction As Action(Of List(Of stcMetaDataTableXML), IEnumerable(Of Dictionary(Of String, Object)), Dictionary(Of Integer, Long), Dictionary(Of Integer, Long), stcListItem, 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.
hsmdObject
Type: HelpSTAR.PCL.Common..::..clsEnumeration..::..hsmdObject
The HelpSTAR object.
ObjectId
Type: Int32
The object identifier.
callbackAction
Type: Action<(Of <(<'List<(Of <(<'stcMetaDataTableXML>)>)>, IEnumerable<(Of <(<'Dictionary<(Of <(<'String, Object>)>)>>)>)>, Dictionary<(Of <(<'Int32, Int64>)>)>, Dictionary<(Of <(<'Int32, Int64>)>)>, stcListItem, Exception>)>)>
The callback action.