Namespace: Cartella.Interfaces
Assembly: CartellaData (in CartellaData.dll) Version: 4.1.0.171 (4.1.0.171)
Assembly: CartellaData (in CartellaData.dll) Version: 4.1.0.171 (4.1.0.171)
Syntax
C# |
---|
IMedia CreateMedia( string name, string description, IDocument MediaFile, IImage Thumbnail, IEntity parentEntity ) |
Visual Basic |
---|
Function CreateMedia ( _ name As String, _ description As String, _ MediaFile As IDocument, _ Thumbnail As IImage, _ parentEntity As IEntity _ ) As IMedia |
Visual C++ |
---|
IMedia^ CreateMedia( String^ name, String^ description, IDocument^ MediaFile, IImage^ Thumbnail, IEntity^ parentEntity ) |
Parameters
- name
- Type: System..::..String
- description
- Type: System..::..String
- MediaFile
- Type: Cartella.Interfaces..::..IDocument
- Thumbnail
- Type: Cartella.Interfaces..::..IImage
- parentEntity
- Type: Cartella.Interfaces..::..IEntity