File |
Description of a file
A file description is used for embedded files.public class FileReference : NativeObject
The FileReference type exposes the following members.
Name | Description | |
---|---|---|
AssociationRelationship | The file's association relationship This property is if the file is not associated with any object. When associating a file reference with an object such as the document or a page, then this property defines the relationship between the file and the object. Typical values are:
| |
Data | The file's stream | |
Description | The file's description For embedded files, this is the description of the file presented to the user in the list of embedded files. | |
MediaType | The file's MIME type | |
ModificationDate | The file's date of last modification | |
Name | The file name For embedded files, this is the name presented to the user in a the list of embedded files. |
Name | Description | |
---|---|---|
Copy | Copy a file reference object Copy a file reference object from an input document to the given targetDocument. The returned object is associated with the given target document but not yet part of it. | |
Create | Create a new file reference object The newly created file reference object belongs to the document but is not (yet) used as an embedded file. The object can be added to the list of embedded files or to the list of associated files. | |
Equals | (Inherited from NativeObject) | |
GetHashCode | (Inherited from NativeObject) |