Click or drag to resize
CoreServicesAppSettings Property

Note: This API is now obsolete.

Settings service for app 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.IAppSettingsService>()' instead.")]
public static IAppSettingsService AppSettings { get; }

Property Value

Type: IAppSettingsService
See Also