Create a new document entity.
Namespace: Cartella.InterfacesAssembly: CartellaData (in CartellaData.dll) Version: 4.1.0.171 (4.1.0.171)
Syntax
C# |
---|
IDocument CreateDocument( string name, string description, IAsset docAsset, IEntity parentEntity ) |
Visual Basic |
---|
Function CreateDocument ( _ name As String, _ description As String, _ docAsset As IAsset, _ parentEntity As IEntity _ ) As IDocument |
Visual C++ |
---|
IDocument^ CreateDocument( String^ name, String^ description, IAsset^ docAsset, IEntity^ parentEntity ) |
Parameters
- name
- Type: System..::..String
Name of document
- description
- Type: System..::..String
Detailed description
- docAsset
- Type: Cartella.Interfaces..::..IAsset
Asset of the document binary
- parentEntity
- Type: Cartella.Interfaces..::..IEntity