Enum FilePermissionTest
Defines the types of file permission tests performed during Umbraco installation.
Namespace: Umbraco.Cms.Core.Install
Assembly: Umbraco.Core.dll
Syntax
public enum FilePermissionTest
Fields
| Name | Description |
|---|---|
| FileWriting | Test for general file writing ability. |
| FileWritingForPackages | Test for the ability to write files required for packages. |
| FolderCreation | Test for the ability to create folders. |
| MediaFolderCreation | Test for the ability to create folders in the media directory. |