  | ExcelWriterWriteT Method (T, String, String) | 
  
    Namespace: 
   Dynamicweb.Data
    Assembly:
   Dynamicweb.Data (in Dynamicweb.Data.dll) Version: 3.0.3
Syntaxpublic void Write<T>(
	T objectToExport,
	string pathToMaster,
	string pathToNewFile
)
where T : class
Public Sub Write(Of T As Class) ( 
	objectToExport As T,
	pathToMaster As String,
	pathToNewFile As String
)
Parameters
- objectToExport
 - Type: T
 - pathToMaster
 - Type: SystemString
 - pathToNewFile
 - Type: SystemString
 
Type Parameters
- T
 
See Also