DocumentFileAttachmentLinkedFilePath Property |
Path to the linked file. null when the file is embedded.
Namespace:
Aloe.EnterpriseOne.Model.General
Assembly:
Aloe.EnterpriseOne.Model (in Aloe.EnterpriseOne.Model.dll) Version: 20.1.3.5
Syntaxpublic string LinkedFilePath { get; set; }
Public Property LinkedFilePath As String
Get
Set
public:
property String^ LinkedFilePath {
String^ get ();
void set (String^ value);
}
member LinkedFilePath : string with get, set
Property Value
Type:
String
See Also