Table of Contents

Class AppFileDataRaw

Namespace
ToSic.Sxc.DataSources.Internal
Assembly
ToSic.Sxc.dll

Internal class to hold all the information about the App files, until it's converted to an IEntity in the AppFiles DataSource.

Important: this is an internal object. We're just including in in the docs to better understand where the properties come from. We'll probably move it to another namespace some day.

[InternalApi_DoNotUse_MayChangeWithoutNotice]
public class AppFileDataRaw : AppFileDataRawBase
Inheritance
AppFileDataRaw
Inherited Members

Remarks

Make sure the property names never change, as they are critical for the created Entity.

Fields

Options

public static DataFactoryOptions Options

Field Value

DataFactoryOptions

TypeName

public const string TypeName = "File"

Field Value

string

Properties

Extension

The file name extension

public string Extension { get; set; }

Property Value

string

Size

public long Size { get; set; }

Property Value

long