Table of Contents

Class ExportInfo

Namespace
Dynamicweb.Deployment
Assembly
Dynamicweb.Core.dll

Represents information about an export

public class ExportInfo
Inheritance
ExportInfo
Inherited Members

Constructors

ExportInfo(string, string, string)

Initializes a new instance of the ExportInfo class.

public ExportInfo(string id, string logFolder, string logName)

Parameters

id string

The identifier.

logFolder string

The log folder.

logName string

Name of the log.

Properties

Id

Gets the identifier.

public string Id { get; }

Property Value

string

The identifier.

LogFolder

Gets the log folder.

public string LogFolder { get; }

Property Value

string

The log folder.

LogName

Gets the name of the log.

public string LogName { get; }

Property Value

string

The name of the log.

To top