Click or drag to resize
BCRepositoryImportDocument Method
Imports a new document into the repository.

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 ImportDocument(
	BCFolder parentFolder,
	BCDocumentType type,
	DocumentWorkflowFlags initialState,
	BCDocumentTemplate template
)

Parameters

parentFolder
Type: BlueCieloECM.InnoCielo.Meridian.ServerBCFolder
The parent folder for the document. If then the parent folder is Root.
type
Type: BlueCieloECM.InnoCielo.Meridian.ServerBCDocumentType
The document type.
initialState
Type: BlueCieloECM.InnoCielo.Meridian.ServerDocumentWorkflowFlags
The document workflow state. Can be one of the following values: DWFS_UNCHANGED, DWFS_WORKINGCOPY, DWFS_UNDERCHANGE
template
Type: BlueCieloECM.InnoCielo.Meridian.ServerBCDocumentTemplate
The document template. If then the template is not used.

Return Value

Type: BCDocument
The imported document.
See Also