Creates a new document in the folder.
Namespace: BlueCieloECM.InnoCielo.Meridian.ServerAssembly: BlueCieloECM.InnoCielo.Meridian (in BlueCieloECM.InnoCielo.Meridian.dll) Version: 1.4.0.0 (1.4.40.0)
Syntax
| C# |
|---|
public BCDocument NewDocument( BCDocumentType type, BCDocumentTemplate template ) |
| Visual Basic |
|---|
Public Function NewDocument ( _ type As BCDocumentType, _ template As BCDocumentTemplate _ ) As BCDocument |
| Visual C++ |
|---|
public: BCDocument^ NewDocument( BCDocumentType^ type, BCDocumentTemplate^ template ) |
Parameters
- type
- Type: BlueCieloECM.InnoCielo.Meridian.Server..::..BCDocumentType
The type of the document.
- template
- Type: BlueCieloECM.InnoCielo.Meridian.Server..::..BCDocumentTemplate
The document template. If nullNothingnullptra null reference (Nothing in Visual Basic), then the template is not used.