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.40.0)

Syntax

C#
public BCDocument NewDocument(
	BCDocumentType type,
	string path
)
Visual Basic
Public Function NewDocument ( _
	type As BCDocumentType, _
	path As String _
) As BCDocument
Visual C++
public:
BCDocument^ NewDocument(
	BCDocumentType^ type, 
	String^ path
)

Parameters

type
Type: BlueCieloECM.InnoCielo.Meridian.Server..::..BCDocumentType
The type of the document to create.
path
Type: System..::..String
The path the document should be placed.

Return Value

The created document.

See Also