Click or drag to resize

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)
Syntax
public BCDocument CreateNewDocument(
	string Path,
	string DocumentTypeName,
	string DocumentName
)

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: BCDocument
new BCDocument object
See Also