Click or drag to resize
ObjectSettingsInfoProviderGetObjectSettings Method

Note: This API is now obsolete.

Returns all object settings.

Namespace: CMS.DataEngine
Assembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 13.0.131
Syntax
C#
[ObsoleteAttribute("Use IObjectSettingsInfoProvider.Get() instead. To get an instance of the interface's implementation, use dependency injection or access the instance directly - ObjectSettingsInfo.Provider.")]
public static ObjectQuery<ObjectSettingsInfo> GetObjectSettings()

Return Value

Type: ObjectQueryObjectSettingsInfo
See Also