Click or drag to resize

FileItemIsLinked Property

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).

Namespace:  FactoryLogix.xTend.DataObjects
Assembly:  FactoryLogix.xTend.DataObjects (in FactoryLogix.xTend.DataObjects.dll) Version: 8.242.0.0 (8.242.0.0)
Syntax
public bool IsLinked { get; set; }

Property Value

Type: Boolean
See Also