View Source
Interface IContentSection
Assembly: Umbraco.Core.dll
Syntax
public interface IContentSection : IUmbracoConfigurationSection
Properties
View Source
AllowedUploadFiles
Declaration
IEnumerable<string> AllowedUploadFiles { get; }
Property Value
Type |
Description |
System.Collections.Generic.IEnumerable<System.String> |
|
View Source
ContentVersionCleanupPolicyGlobalSettings
Declaration
IContentVersionCleanupPolicyGlobalSettings ContentVersionCleanupPolicyGlobalSettings { get; }
Property Value
View Source
DisableHtmlEmail
Declaration
bool DisableHtmlEmail { get; }
Property Value
Type |
Description |
System.Boolean |
|
View Source
DisallowedUploadFiles
Declaration
IEnumerable<string> DisallowedUploadFiles { get; }
Property Value
Type |
Description |
System.Collections.Generic.IEnumerable<System.String> |
|
View Source
Error404Collection
Declaration
IEnumerable<IContentErrorPage> Error404Collection { get; }
Property Value
View Source
HideBackOfficeLogo
Declaration
bool HideBackOfficeLogo { get; }
Property Value
Type |
Description |
System.Boolean |
|
View Source
ImageAutoFillProperties
Declaration
IEnumerable<IImagingAutoFillUploadField> ImageAutoFillProperties { get; }
Property Value
View Source
ImageFileTypes
Declaration
IEnumerable<string> ImageFileTypes { get; }
Property Value
Type |
Description |
System.Collections.Generic.IEnumerable<System.String> |
|
View Source
LoginBackgroundImage
Declaration
string LoginBackgroundImage { get; }
Property Value
Type |
Description |
System.String |
|
View Source
LoginLogoImage
Declaration
string LoginLogoImage { get; }
Property Value
Type |
Description |
System.String |
|
View Source
MacroErrorBehaviour
Declaration
MacroErrorBehaviour MacroErrorBehaviour { get; }
Property Value
View Source
NotificationEmailAddress
Declaration
string NotificationEmailAddress { get; }
Property Value
Type |
Description |
System.String |
|
View Source
PreviewBadge
Declaration
string PreviewBadge { get; }
Property Value
Type |
Description |
System.String |
|
View Source
ResolveUrlsFromTextString
Declaration
bool ResolveUrlsFromTextString { get; }
Property Value
Type |
Description |
System.Boolean |
|
View Source
ShowDeprecatedPropertyEditors
Gets a value indicating whether to show deprecated property editors in
a datatype list of available editors.
Declaration
bool ShowDeprecatedPropertyEditors { get; }
Property Value
Type |
Description |
System.Boolean |
|