• Basics
  • Abyss
  • Web APIs
  • C# & Razor
  • .net API
  • JS & TS API
v16
Search Results for

    Show / Hide Table of Contents

    Interface IFolder

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

    Inherited Members
    IAsset.Created
    IAsset.Id
    IAsset.ParentId
    IAsset.Modified
    IAsset.Name
    IAsset.Path
    IAsset.PhysicalPath
    Namespace: ToSic.Eav.Apps.Assets
    Assembly: ToSic.Eav.Apps.dll
    Syntax
    [PublicApi]
    public interface IFolder : IAsset

    Properties

    | Improve this Doc View Source

    HasChildren

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

    Declaration
    bool HasChildren { get; }
    Property Value
    Type Description
    bool

    true if it has items inside it, false if not

    • Improve this Doc
    • View Source
    In This Article
    Back to top Generated by DocFX