| BCRepositoryNewDocument Method (BCFolder, BCDocumentType) |
Creates a new document.
Namespace: BlueCieloECM.InnoCielo.Meridian.ServerAssembly: BlueCieloECM.InnoCielo.Meridian (in BlueCieloECM.InnoCielo.Meridian.dll) Version: 4.0.0.0 (4.0.19.0)
Syntaxpublic BCDocument NewDocument(
BCFolder parent,
BCDocumentType type
)
Public Function NewDocument (
parent As BCFolder,
type As BCDocumentType
) As BCDocument
public:
BCDocument^ NewDocument(
BCFolder^ parent,
BCDocumentType^ type
)
member NewDocument :
parent : BCFolder *
type : BCDocumentType -> BCDocument
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:
BCDocumentThe created document.
See Also