Click or drag to resize
BCRepositoryNewDocument Method (BCFolder, BCDocumentType)
Creates a new document.

Namespace: BlueCieloECM.InnoCielo.Meridian.Server
Assembly: BlueCieloECM.InnoCielo.Meridian (in BlueCieloECM.InnoCielo.Meridian.dll) Version: 4.0.0.0 (4.0.19.0)
Syntax
public BCDocument NewDocument(
	BCFolder parent,
	BCDocumentType type
)

Parameters

parent
Type: BlueCieloECM.InnoCielo.Meridian.ServerBCFolder
The parent folder. If , then the parent folder can be set later.
type
Type: BlueCieloECM.InnoCielo.Meridian.ServerBCDocumentType
The type of the document.

Return Value

Type: BCDocument
The created document.
See Also