Table of Contents

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

DateTime

FullName

Starting in the App-Root

public string FullName { get; set; }

Property Value

string

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

Modified

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

public DateTime Modified { get; set; }

Property Value

DateTime

Name

public string Name { get; set; }

Property Value

string

ParentFolderInternal

This is just for internal lookup

public string ParentFolderInternal { get; set; }

Property Value

string

Path

Starting in the App-Root

public string Path { get; set; }

Property Value

string