File Attribute
The FileAttribute allows the user to upload a file. This file is then associated with this Document Object.
Example
XML
<FileAttribute Name="File" />
Appearance

XML Attributes
DisplayVersion
<FileAttribute Name="File" DisplayVersion="true"/>
Indicates if the document version should be shown. The document property "Version" is needed for this. The default value is true.
Invalid characters in file name
Following characters are invalid in a file name:
< > : " / \ | ? * ' # % & { } $ ! ' @ +
Last updated
Was this helpful?