Search Results for

    Show / Hide Table of Contents

    Enum LocalTempStorage

    Specifies the local temporary storage location.

    Namespace: Umbraco.Cms.Core.Configuration
    Assembly: Umbraco.Core.dll
    Syntax
    public enum LocalTempStorage

    Fields

    Name Description
    Default

    Use the default storage location within the application directory.

    EnvironmentTemp

    Use the system's environment temporary directory.

    Unknown

    The storage location is unknown.

    Extension Methods

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