Table of Contents

Class AssetTypes

Namespace
ToSic.Sxc.Adam
Assembly
ToSic.Sxc.Data.dll

Provides constant string values that represent common ADAM (Asset Digital Asset Management) item types.

[InternalApi_DoNotUse_MayChangeWithoutNotice]
public class AssetTypes
Inheritance
object
AssetTypes

Remarks

The constants can be used to identify or compare asset types such as folders, files, images, and documents within ADAM-related APIs.

Fields

Document

The asset is a document.

public const string Document = "document"

Field Value

string

File

The asset is a file, specifically one which is not detected to be an image or a document.

public const string File = "file"

Field Value

string

Folder

The asset is a folder.

public const string Folder = "folder"

Field Value

string

Image

The asset is an image.

public const string Image = "image"

Field Value

string