Table of Contents

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

DataFactoryOptions

TypeName

public const string TypeName = "AdamItem"

Field Value

string

Properties

Created

Created - either the real creation date or the DateTime.Now

public DateTime Created { get; set; }

Property Value

DateTime

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

Guid

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

int

IsFolder

public bool IsFolder { get; set; }

Property Value

bool

Modified

Modified - either the real creation date or the DateTime.Now

public DateTime Modified { get; set; }

Property Value

DateTime

Name

The file name

public string Name { get; set; }

Property Value

string

Path

public string Path { get; set; }

Property Value

string

ReferenceId

This contains the code like "file:2742"

public string ReferenceId { get; set; }

Property Value

string

Size

public int Size { get; set; }

Property Value

int

Type

The Adam type, such as "folder", "image" etc.

public string Type { get; set; }

Property Value

string

Url

Normal url to access the resource

public string Url { get; set; }

Property Value

string