BCFieldPathDefinitionNewDocument Method (BCDocumentType, String, BCDocumentTemplate) |
Creates a new document and positions it according to the given path.
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(
BCDocumentType type,
string path,
BCDocumentTemplate template
)
Public Function NewDocument (
type As BCDocumentType,
path As String,
template As BCDocumentTemplate
) As BCDocument
public:
BCDocument^ NewDocument(
BCDocumentType^ type,
String^ path,
BCDocumentTemplate^ template
)
member NewDocument :
type : BCDocumentType *
path : string *
template : BCDocumentTemplate -> BCDocument
Parameters
- type
- Type: BlueCieloECM.InnoCielo.Meridian.ServerBCDocumentType
The type of the document to create. - path
- Type: SystemString
The path the document should be placed. - template
- Type: BlueCieloECM.InnoCielo.Meridian.ServerBCDocumentTemplate
The document template. If , then the template is not used.
Return Value
Type:
BCDocumentThe created document.
See Also