Click or drag to resize

ActivityFile Class

Represents a file that was uploaded or linked to an Activity.
Inheritance Hierarchy
SystemObject
  FactoryLogix.xTend.DataObjectsActivityFile

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 ActivityFile

The ActivityFile type exposes the following members.

Constructors
  NameDescription
Public methodActivityFile
Initializes a new instance of the ActivityFile class
Top
Properties
  NameDescription
Public propertyFileItem
The FileItem providing information about the file.
Public propertyId
A unique identifier for this particular activity document (corresponds to the primary key in the FactoryLogix database)
Public propertySequence
The sequence this file should be displayed to the user relative to other ActivityFiles associated to the Activity.
Top
See Also