ServicePRO SDK Help

KnowledgeBaseServiceManager..::..GetUDFHtml Method

Gets the HTML format of User Defined Field information.

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

Syntax


public void GetUDFHtml(
	clsEnumeration..::..hsmdObject objectType,
	int objectId,
	int objectTypeId,
	stcUserPrivilege userPrivilege,
	string font,
	float fontSize,
	string userSessionKey,
	Action<string, Exception> callbackAction
)
Public Sub GetUDFHtml ( _
	objectType As clsEnumeration..::..hsmdObject, _
	objectId As Integer, _
	objectTypeId As Integer, _
	userPrivilege As stcUserPrivilege, _
	font As String, _
	fontSize As Single, _
	userSessionKey As String, _
	callbackAction As Action(Of String, Exception) _
)

Parameters

objectType
Type: HelpSTAR.PCL.Common..::..clsEnumeration..::..hsmdObject
Type of the HelpSTAR object.
objectId
Type: Int32
The object identifier.
objectTypeId
Type: Int32
The object type identifier.
userPrivilege
Type: HelpSTAR.PCL.Common..::..stcUserPrivilege
The user privilege information.
font
Type: String
The font name in HTML content.
fontSize
Type: Single
Size of the font.
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.
callbackAction
Type: Action<(Of <(<'String, Exception>)>)>
The callback action.