ServicePRO SDK Help

ManageObjectsServicesManager..::..GetUDFDetails Method

Get details of user defined field.

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

Syntax


public void GetUDFDetails(
	string sessionKey,
	clsEnumeration..::..hsmdObject hsmdObject,
	int ObjectId,
	Action<Dictionary<string, string>, Exception> callbackAction
)
Public Sub GetUDFDetails ( _
	sessionKey As String, _
	hsmdObject As clsEnumeration..::..hsmdObject, _
	ObjectId As Integer, _
	callbackAction As Action(Of Dictionary(Of String, String), 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.
hsmdObject
Type: HelpSTAR.PCL.Common..::..clsEnumeration..::..hsmdObject
The object type.
ObjectId
Type: Int32
The object identifier.
callbackAction
Type: Action<(Of <(<'Dictionary<(Of <(<'String, String>)>)>, Exception>)>)>
The callback action.