Class OutputElement
'output' element
Inherited Members
Namespace: HP.LFT.Report.Configuration
Assembly: HP.LFT.Report.dll
Syntax
public class OutputElement : ConfigurationElement
Constructors
OutputElement()
Declaration
public OutputElement()
Properties
OverrideExisting
'override-existing' attribute of 'output' element
Declaration
[ConfigurationProperty("override-existing", IsRequired = false, DefaultValue = true)]
public bool OverrideExisting { get; }
Property Value
| Type | Description |
|---|---|
| bool |
Path
'path' attribute of 'output' element
Declaration
[ConfigurationProperty("target-directory", IsRequired = false)]
public string Path { get; }
Property Value
| Type | Description |
|---|---|
| string |
ReportFolderName
'report-folder' attribute of 'output' section
Declaration
[ConfigurationProperty("report-folder", IsRequired = false, DefaultValue = "RunResults")]
public string ReportFolderName { get; }
Property Value
| Type | Description |
|---|---|
| string |