  | ExportInfo Constructor  | 
 Initializes a new instance of the 
ExportInfo class
 
    Namespace: 
   Dynamicweb.Deployment
    Assembly:
   Dynamicweb.Deployment (in Dynamicweb.Deployment.dll) Version: 3.0.3
Syntaxpublic ExportInfo(
	string id,
	string logFolder,
	string logName
)
Public Sub New ( 
	id As String,
	logFolder As String,
	logName As String
)
Parameters
- id
 - Type: SystemString
 - logFolder
 - Type: SystemString
 - logName
 - Type: SystemString
 
See Also