Click or drag to resize
ConfigXslPath Property
Gets or sets the XSL file root directory path. When the path is set, it is rooted by GetPath(String).

Namespace: Activsoft.Engine
Assembly: Activsoft.Engine (in Activsoft.Engine.dll) Version: 6.0.0.0
Syntax
public string XslPath { get; set; }

Property Value

Type: String
An absolute file path to the xsl document to be used.
See Also