Click or drag to resize
ObjectSettingsInfoProviderGetObjectSettingsInfo Method (Int32)
Gets the object settings with the specified ID.

Namespace: CMS.DataEngine
Assembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 12.0.0
Syntax
C#
public static ObjectSettingsInfo GetObjectSettingsInfo(
	int settingsId
)

Parameters

settingsId
Type: SystemInt32
Object settings ID

Return Value

Type: ObjectSettingsInfo
See Also