Click or drag to resize
CoreServicesSettings Property

Note: This API is now obsolete.

Settings service for site settings

Namespace: CMS.Core
Assembly: CMS.Core (in CMS.Core.dll) Version: 13.0.131
Syntax
C#
[ObsoleteAttribute("Use 'CMS.Core.Service.Resolve<CMS.Core.ISettingsService>()' instead.")]
public static ISettingsService Settings { get; }

Property Value

Type: ISettingsService
See Also