CssThemeFileOptions
is defined in the Telligent.Evolution.Extensibility.UI.Version1
namespace of Telligent.Evolution.Platform.dll
Definition
class CssThemeFileOptions { bool ApplyToModals { get; set; } bool ApplyToNonModals { get; set; } bool Include { get; set; } int? InternetExplorerMaxVersion { get; set; } bool? IsRightToLeft { get; set; } string MediaQuery { get; set; } }
Properties
Name | Type | Description | Default | Options |
---|---|---|---|---|
ApplyToModals | bool | |||
ApplyToNonModals | bool | |||
Include Obsolete | bool | Include is no longer a valid configuration option. Use the theme file storage instead. | ||
InternetExplorerMaxVersion | int? | |||
IsRightToLeft | bool? | |||
MediaQuery | string |