Click or drag to resize

FileItem Class

Represents a file that was uploaded or linked to FactoryLogix. The file may be related to a number of different things within FactoryLogix, such as an operator work instruction, CAD design data, production specifications, etc.
Inheritance Hierarchy

Namespace:  FactoryLogix.xTend.DataObjects
Assembly:  FactoryLogix.xTend.DataObjects (in FactoryLogix.xTend.DataObjects.dll) Version: 8.242.0.0 (8.242.0.0)
Syntax
public class FileItem

The FileItem type exposes the following members.

Constructors
  NameDescription
Public methodFileItem
Initializes a new instance of the FileItem class
Top
Properties
  NameDescription
Public propertyDescription
A human readable summary of the nature of this file item.
Public propertyExtension
The file extension of the file at the time it was originally uploaded to FactoryLogix.
Public propertyFileName
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.
Public propertyId
A unique identifier for this particular file item (corresponds to the primary key in the FactoryLogix database)
Public propertyIsLinked
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).
Public propertyName
The friendly name given this file item.
Public propertyType
A human readable document type to display in the Document Type column.
Top
See Also