Click or drag to resize

TransformOptions Enumeration

The list of transformation options when viewing a Page.

Namespace:  Ingeniux.Runtime
Assembly:  IGXRuntimeAPI (in IGXRuntimeAPI.dll) Version: 10.3.169
Syntax
public enum TransformOptions
Members
  Member nameValueDescription
Default1 (Default option) Instructs to render final markup.
ExpansionOnly4 Presents expanded XML of the Page content, without applying View/XSLT.
Raw5 Presents the raw XML of the Page Content.
JsonExpansion6 Presents the expanded page content as Json
See Also