ServicePRO SDK Help

ManageObjectsServicesManager..::..GetObjectPrintDetails Method

Gets the object print detail text in HTML format.

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

Syntax


public void GetObjectPrintDetails(
	string sessionKey,
	clsEnumeration..::..hsHelpStarObject hsObj,
	int Id,
	Action<byte[], Exception> callbackAction
)
Public Sub GetObjectPrintDetails ( _
	sessionKey As String, _
	hsObj As clsEnumeration..::..hsHelpStarObject, _
	Id As Integer, _
	callbackAction As Action(Of Byte(), 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.
hsObj
Type: HelpSTAR.PCL.Common..::..clsEnumeration..::..hsHelpStarObject
The HelpSTAR object type.
Id
Type: Int32
The object identifier.
callbackAction
Type: Action<(Of <(<'array<Byte>[]()[][], Exception>)>)>
The callback action.