ServicePRO SDK Help

ManageObjectsServicesManager..::..GetObjPropertyHTML Method

Gets the manage object's HTML string.

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

Syntax


public void GetObjPropertyHTML(
	string sessionKey,
	int id,
	clsEnumeration..::..hsHelpStarObject helpStarObject,
	bool bUseFont,
	string fontName,
	float fontSize,
	int startRow,
	Action<string, bool, string, Exception> callbackAction
)
Public Sub GetObjPropertyHTML ( _
	sessionKey As String, _
	id As Integer, _
	helpStarObject As clsEnumeration..::..hsHelpStarObject, _
	bUseFont As Boolean, _
	fontName As String, _
	fontSize As Single, _
	startRow As Integer, _
	callbackAction As Action(Of String, Boolean, String, Exception) _
)

Parameters

sessionKey
Type: String
Session Key.
Key property of the Session Object of type stcSession.
The Session has to be established by making a call to InitializeSystemAndSession() method in CoreServicesManager class as a first step with using ServicePRO SDK.
id
Type: Int32
The object identifier.
helpStarObject
Type: HelpSTAR.PCL.Common..::..clsEnumeration..::..hsHelpStarObject
The object type identifier.
bUseFont
Type: Boolean
Set to true if use font
fontName
Type: String
Name of the font to use
fontSize
Type: Single
Size of the font to use
startRow
Type: Int32
Start row index when On-Demand loading needed to be implemented
callbackAction
Type: Action<(Of <(<'String, Boolean, String, Exception>)>)>
The callback action.