ObjectFileContentLocation Property |
The location of the file contents. EMB=Embedded in the database; URL=Internet URL; FSL=File system link. [Required] [Default("EMB")]
Namespace:
Aloe.EnterpriseOne.Model.Systems.Core
Assembly:
Aloe.EnterpriseOne.Model (in Aloe.EnterpriseOne.Model.dll) Version: 20.1.3.5
Syntaxpublic ObjectFilesRepositoryContentLocation ContentLocation { get; set; }
Public Property ContentLocation As ObjectFilesRepositoryContentLocation
Get
Set
public:
property ObjectFilesRepositoryContentLocation^ ContentLocation {
ObjectFilesRepositoryContentLocation^ get ();
void set (ObjectFilesRepositoryContentLocation^ value);
}
member ContentLocation : ObjectFilesRepositoryContentLocation with get, set
Property Value
Type:
ObjectFilesRepositoryContentLocation
See Also