Table of Contents
These v19 docs are archived 🔒. Go to the latest docs home or try if this exact page is available in the latest docs.

Interface IFolder

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

An ADAM (Automatic Digital Asset Management) folder. This simple interface assumes that it uses int-IDs.

[PublicApi]
public interface IFolder : IFolder, IAsset, IAsset, IHasMetadata
Inherited Members

Properties

Files

Get the files in this folder

IEnumerable<IFile> Files { get; }

Property Value

IEnumerable<IFile>

A list of files in this folder as IFile

Folders

Get the sub-folders in this folder

IEnumerable<IFolder> Folders { get; }

Property Value

IEnumerable<IFolder>

A list of folders inside this folder - as IFolder.