Click or drag to resize

BCFolderNewDocument Method (BCDocumentType)

Creates a new document in the folder.

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

Parameters

type
Type: BlueCieloECM.InnoCielo.Meridian.ServerBCDocumentType
The type of the document.

Return Value

Type: BCDocument
The created document.
See Also