Click or drag to resize
ObjectSettingsInfoProviderGetObjectSettingsInfo Method (Int32)

Note: This API is now obsolete.

Gets the object settings with the specified ID.

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

Parameters

settingsId
Type: SystemInt32
Object settings ID

Return Value

Type: ObjectSettingsInfo
See Also