ServicePRO SDK Help

KnowledgeBaseServiceManager..::..GetSolutionDetailHTML Method

Gets the solution detail in HTML format.

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

Syntax


public void GetSolutionDetailHTML(
	int solutionId,
	string fontName,
	float fontSize,
	string userSessionKey,
	Action<string, Exception> callbackAction
)
Public Sub GetSolutionDetailHTML ( _
	solutionId As Integer, _
	fontName As String, _
	fontSize As Single, _
	userSessionKey As String, _
	callbackAction As Action(Of String, Exception) _
)

Parameters

solutionId
Type: Int32
The solution identifier.
fontName
Type: String
Name of the font.
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.