Click or drag to resize

ExportInfo Constructor

Initializes a new instance of the ExportInfo class

Namespace:  Dynamicweb.Deployment
Assembly:  Dynamicweb.Deployment (in Dynamicweb.Deployment.dll) Version: 3.0.3
Syntax
public ExportInfo(
	string id,
	string logFolder,
	string logName
)

Parameters

id
Type: SystemString
logFolder
Type: SystemString
logName
Type: SystemString
See Also