ServicePRO SDK Help

ManageObjectsServicesManager..::..GetProblemTypeHTML Method

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

Syntax


public void GetProblemTypeHTML(
	string sessionKey,
	int Id,
	bool bUseFont,
	string Path,
	Action<string, Exception> callbackAction
)
Public Sub GetProblemTypeHTML ( _
	sessionKey As String, _
	Id As Integer, _
	bUseFont As Boolean, _
	Path As String, _
	callbackAction As Action(Of String, Exception) _
)

Parameters

sessionKey
Type: String
Id
Type: Int32
bUseFont
Type: Boolean
Path
Type: String
callbackAction
Type: Action<(Of <(<'String, Exception>)>)>