BCFieldPathDefinition NewDocument Method (BCDocumentType, String)Meridian Enterprise 2013 Developer's Guide | BlueCielo ECM Solutions
Creates a new document and positions it according to the given path.

Namespace: BlueCieloECM.InnoCielo.Meridian.Server
Assembly: BlueCieloECM.InnoCielo.Meridian (in BlueCieloECM.InnoCielo.Meridian.dll) Version: 1.4.0.0 (1.4.53.0)
Syntax

public BCDocument NewDocument(
	BCDocumentType type,
	string path
)

Return Value

The created document.
See Also