Search Results for

    Show / Hide Table of Contents

    Class LocalizedTextServiceSupplementaryFileSource

    Inheritance
    System.Object
    Namespace: Umbraco.Cms.Core.Services.Implement
    Assembly: cs.temp.dll.dll
    Syntax
    public class LocalizedTextServiceSupplementaryFileSource

    Constructors

    LocalizedTextServiceSupplementaryFileSource(FileInfo, Boolean)

    Declaration
    public LocalizedTextServiceSupplementaryFileSource(FileInfo file, bool overwriteCoreKeys)
    Parameters
    Type Name Description
    FileInfo file
    System.Boolean overwriteCoreKeys

    Properties

    File

    Declaration
    public FileInfo File { get; }
    Property Value
    Type Description
    FileInfo

    OverwriteCoreKeys

    Declaration
    public bool OverwriteCoreKeys { get; }
    Property Value
    Type Description
    System.Boolean
    In This Article
    • Constructors
      • LocalizedTextServiceSupplementaryFileSource(FileInfo, Boolean)
    • Properties
      • File
      • OverwriteCoreKeys
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX