Click or drag to resize

BCFieldPathDefinitionNewDocument Method (BCDocumentType, String)

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: 4.0.0.0 (4.0.111.0)
Syntax
public BCDocument NewDocument(
	BCDocumentType type,
	string path
)

Parameters

type
Type: BlueCieloECM.InnoCielo.Meridian.ServerBCDocumentType
The type of the document to create.
path
Type: SystemString
The path the document should be placed.

Return Value

Type: BCDocument
The created document.
See Also