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.41.0)
Syntaxpublic BCDocument NewDocument(
BCDocumentType type
)
Public Function NewDocument (
type As BCDocumentType
) As BCDocument
public:
BCDocument^ NewDocument(
BCDocumentType^ type
)
member NewDocument :
type : BCDocumentType -> BCDocument
Parameters
- type
- Type: BlueCieloECM.InnoCielo.Meridian.ServerBCDocumentType
The type of the document.
Return Value
Type:
BCDocumentThe created document.
See Also