Table of Contents

Interface IFolder

Namespace
ToSic.Eav.Apps.Assets
Assembly
ToSic.Eav.Apps.dll

Describes a folder as provided by the underlying environment (like DNN)

[PublicApi]
public interface IFolder : IAsset
Inherited Members

Properties

HasChildren

Information if this folder has things inside it - other folders, files etc.

bool HasChildren { get; }

Property Value

bool

true if it has items inside it, false if not