View Source
Class LocalizedTextServiceSupplementaryFileSource
Inheritance
System.Object
Assembly: Umbraco.Core.dll
Syntax
public class LocalizedTextServiceSupplementaryFileSource
Constructors
View Source
LocalizedTextServiceSupplementaryFileSource(IFileInfo, Boolean)
Declaration
public LocalizedTextServiceSupplementaryFileSource(IFileInfo file, bool overwriteCoreKeys)
Parameters
Type |
Name |
Description |
IFileInfo |
file |
|
System.Boolean |
overwriteCoreKeys |
|
Properties
View Source
FileInfo
Declaration
public IFileInfo FileInfo { get; }
Property Value
Type |
Description |
IFileInfo |
|
View Source
OverwriteCoreKeys
Declaration
public bool OverwriteCoreKeys { get; }
Property Value
Type |
Description |
System.Boolean |
|