Class AdamItemDataRaw
- Namespace
- ToSic.Sxc.DataSources.Internal
- Assembly
- ToSic.Sxc.dll
[InternalApi_DoNotUse_MayChangeWithoutNotice]
public class AdamItemDataRaw
- Inheritance
-
AdamItemDataRaw
Fields
Options
public static DataFactoryOptions Options
Field Value
TypeName
public const string TypeName = "AdamItem"
Field Value
Properties
Created
Created - either the real creation date or the DateTime.Now
public DateTime Created { 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
IsFolder
public bool IsFolder { get; set; }
Property Value
Modified
Modified - either the real creation date or the DateTime.Now
public DateTime Modified { get; set; }
Property Value
Name
The file name
public string Name { get; set; }
Property Value
Path
public string Path { get; set; }
Property Value
ReferenceId
This contains the code like "file:2742"
public string ReferenceId { get; set; }
Property Value
Size
public int Size { get; set; }
Property Value
Type
The Adam type, such as "folder", "image" etc.
public string Type { get; set; }
Property Value
Url
Normal url to access the resource
public string Url { get; set; }