Creates a new document.

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(
	BCFolder parent,
	BCDocumentType type
)
Visual Basic
Public Function NewDocument ( _
	parent As BCFolder, _
	type As BCDocumentType _
) As BCDocument
Visual C++
public:
BCDocument^ NewDocument(
	BCFolder^ parent, 
	BCDocumentType^ type
)

Parameters

parent
Type: BlueCieloECM.InnoCielo.Meridian.Server..::..BCFolder
The parent folder. If nullNothingnullptra null reference (Nothing in Visual Basic), then the parent folder can be set later.
type
Type: BlueCieloECM.InnoCielo.Meridian.Server..::..BCDocumentType
The type of the document.

Return Value

The created document.

See Also