BCImportCreateNewDocument Method  | 
 
            Creates new document.
            
 
    Namespace: 
   BlueCieloECM.InnoCielo.Meridian.Client
    Assembly:
   BlueCieloECM.InnoCielo.Meridian (in BlueCieloECM.InnoCielo.Meridian.dll) Version: 4.0.0.0 (4.0.111.0)
Syntaxpublic BCDocument CreateNewDocument(
	string Path,
	string DocumentTypeName,
	string DocumentName
)
Public Function CreateNewDocument ( 
	Path As String,
	DocumentTypeName As String,
	DocumentName As String
) As BCDocument
Parameters
- Path
 - Type: SystemString
Folder Path where new document to be created - DocumentTypeName
 - Type: SystemString
DocumentType internal name for new document - DocumentName
 - Type: SystemString
Display name for new document 
Return Value
Type: 
BCDocumentnew BCDocument object
See Also