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

Namespace: CMS.DataEngine
Assembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 9.0.0
Syntax
C#
protected virtual ObjectSettingsInfo GetObjectSettingsInfoInternal(
	int settingsId
)

Parameters

settingsId
Type: SystemInt32
Object settings ID

Return Value

Type: ObjectSettingsInfo
See Also