Search Results for

    Show / Hide Table of Contents

    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.

    Extension Methods

    ObjectExtensions.ToXmlString(object, Type)
    ObjectExtensions.ToXmlString<T>(object)
    ObjectExtensions.TryConvertTo(object, Type)
    ObjectExtensions.TryConvertTo<T>(object)
    ExpressionHelper.GetPropertyInfo<FilePermissionTest, TProperty>(FilePermissionTest, Expression<Func<FilePermissionTest, TProperty>>)
    DictionaryExtensions.MergeLeft<FilePermissionTest, TK, TV>(FilePermissionTest, IDictionary<TK, TV>, bool)
    DictionaryExtensions.MergeLeft<FilePermissionTest, TK, TV>(FilePermissionTest, IEnumerable<IDictionary<TK, TV>>, bool)
    EnumerableExtensions.Yield<FilePermissionTest>(FilePermissionTest)
    ObjectExtensions.AsEnumerableOfOne<FilePermissionTest>(FilePermissionTest)
    • View Source
    In this article
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX