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.245.0.0 (8.245.0.0)
Syntax public bool IsLinked { get; set; }
Public Property IsLinked As Boolean
Get
Set
public:
property bool IsLinked {
bool get ();
void set (bool value);
}
member IsLinked : bool with get, set
Property Value
Type:
BooleanSee Also