Nucleus .Net Core CMS

Models.FileSystem.FileSystemItemCapabilities Class

Namespace: Nucleus.Abstractions.Models.FileSystem
Assembly: Nucleus.Abstractions.dll
Represents the operations which can be performed on a file system item.

Properties

CanHaveFolders Property

Specifies whether the file system item can contain folders.

CanStoreFiles Property

Specifies whether the file system item can store files.

CanRename Property

Specifies whether the file system item can be renamed.

CanDelete Property

Specifies whether the file system item can be deleted.