Interface IFolder
Describes a folder as provided by the underlying environment (like DNN)
Inherited Members
Namespace: ToSic.Eav.Apps.Assets
Assembly: ToSic.Eav.Apps.dll
Syntax
[PublicApi]
public interface IFolder : IAsset
Properties
| Improve this Doc View SourceHasChildren
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 |