Click or drag to resize

FileExportSettings Class

Represents a file export settings.
Inheritance Hierarchy
SystemObject
  Dynamicweb.AnalyticsFileExportSettings

Namespace:  Dynamicweb.Analytics
Assembly:  Dynamicweb.Analytics (in Dynamicweb.Analytics.dll) Version: 2.1.4
Syntax
public sealed class FileExportSettings

The FileExportSettings type exposes the following members.

Constructors
  NameDescription
Public methodFileExportSettings
Initializes a new instance of an object.
Top
Properties
  NameDescription
Public propertyFormat
Gets the format of the file where report is being exported.
Public propertyIsExporting
Gets value indicating whether the export is being performed.
Public propertyPath
Gets or sets the virtual path to the file containing report.
Public propertyPhysicalPath
Gets the physical path to the file containing report.
Top
Methods
  NameDescription
Public methodStatic memberGetAdditionalContent
Gets additional HTML content that must be applied to the page being exported to file.
Top
Remarks