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: SystemUri
The OData Uri. - form
- Type: Scanjour.Workflow4.Web.Services.EntitiesProcessForm
Form descriptor. - assetRoot
- Type: SystemString
The asset root path. - culture
- Type: System.GlobalizationCultureInfo
The culture. - metadata (Optional)
- Type: System.XmlXmlDocument
The metadata.
Return Value
Type: StringPreprocessed HTML.
See Also