HtmlProcessor.Preprocess Method

Scanjour Workflow4 Reference Manual
Preprocesses the specified view HTML.

Namespace:  Scanjour.Workflow4.Web.Services.Helpers
Assembly:  Scanjour.Workflow4.Web.Services (in Scanjour.Workflow4.Web.Services.dll) Version: 23.3.0.0 (23.3.0.0)
Syntax

public string Preprocess(
	Uri oDataUri,
	ProcessForm form,
	string assetRoot,
	CultureInfo culture,
	XmlDocument metadata = null
)

Parameters

oDataUri
Type: System.Uri
The OData Uri.
form
Type: Scanjour.Workflow4.Web.Services.Entities.ProcessForm
Form descriptor.
assetRoot
Type: System.String
The asset root path.
culture
Type: System.Globalization.CultureInfo
The culture.
metadata (Optional)
Type: System.Xml.XmlDocument
The metadata.

Return Value

Type: String
Preprocessed HTML.
See Also

Reference