  | FilesAndFoldersCreateFile Method  | 
  
    Namespace: 
   Dynamicweb.Content.Files
    Assembly:
   Dynamicweb (in Dynamicweb.dll) Version: 9.12.0
Syntaxpublic static OperationReport CreateFile(
	string file,
	bool template
)
Public Shared Function CreateFile ( 
	file As String,
	template As Boolean
) As OperationReport
Parameters
- file
 - Type: SystemString
 - template
 - Type: SystemBoolean
 
Return Value
Type: 
OperationReport
See Also