Layer 220
DocumentAttributeFilename
A simple document with a file name
constructor
documentAttributeFilename#15590068 file_name:string = DocumentAttribute;
Parameters
| Name | Type | Description |
|---|---|---|
| FileName | string | The file name |
Returns
DocumentAttributeGogram Example
// Creating DocumentAttributeFilename constructor obj := &tg.DocumentAttributeFilename{ FileName: "...", }