Interface IFolder
An ADAM (Automatic Digital Asset Management) folder. This simple interface assumes that it uses int-IDs.
Inherited Members
Namespace: ToSic.Sxc.Adam
Assembly: ToSic.Sxc.dll
Syntax
[PublicApi_Stable_ForUseInYourCode]
public interface IFolder : IFolder, IAsset, IAsset, IHasMetadata
Properties
| Improve this Doc View SourceFiles
Get the files in this folder
Declaration
IEnumerable<IFile> Files { get; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.IEnumerable<IFile> | A list of files in this folder as IFile |
Folders
Get the sub-folders in this folder
Declaration
IEnumerable<IFolder> Folders { get; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.IEnumerable<IFolder> | A list of folders inside this folder - as IFolder. |