FileItem Properties |
The FileItem type exposes the following members.
Name | Description | |
---|---|---|
Description |
A human readable summary of the nature of this file item.
| |
Extension |
The file extension of the file at the time it was originally uploaded to FactoryLogix.
| |
FileName |
For standard file items, the original filename of the file at the time it was originally uploaded to FactoryLogix.
For linked file items, the full path and filename where the linked file may be located on the server or network.
| |
Id |
A unique identifier for this particular file item (corresponds to the primary key in the FactoryLogix database)
| |
IsLinked |
Indicates whether or not this is a linked file item. Linked file items are items where the content of the file
is NOT stored within the FactoryLogix database structure, but are dynamically located by the system as required
by looking at an external file location (as specified by the FileName parameter).
| |
Name |
The friendly name given this file item.
| |
Type |
A human readable document type to display in the Document Type column.
|