Class AppFileDataRawBase
- Namespace
- ToSic.Sxc.DataSources.Internal
- Assembly
- ToSic.Sxc.dll
[InternalApi_DoNotUse_MayChangeWithoutNotice]
public abstract class AppFileDataRawBase
- Inheritance
-
AppFileDataRawBase
- Derived
Properties
Created
Created - either the real creation date or the DateTime.Now
public DateTime Created { get; set; }
Property Value
FullName
Starting in the App-Root
public string FullName { get; set; }
Property Value
Guid
The Guid to use. Must always be set. If you don't have a GUID, use Guid.Empty
public Guid Guid { get; set; }
Property Value
Id
The ID to use. If the real object doesn't have a real ID, please do not set at all. It will then keep the default and will auto-enumerate.
public int Id { get; set; }
Property Value
Modified
Modified - either the real creation date or the DateTime.Now
public DateTime Modified { get; set; }
Property Value
Name
public string Name { get; set; }
Property Value
ParentFolderInternal
This is just for internal lookup
public string ParentFolderInternal { get; set; }
Property Value
Path
Starting in the App-Root
public string Path { get; set; }