Click or drag to resize
ObjectSettingsInfoProviderGetObjectSettingsInfoInternal Method (String, Int32)
Gets the object settings for the specified object, ensures the settings if not exists.

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

Parameters

objectType
Type: SystemString
Object type
objectId
Type: SystemInt32
Object ID

Return Value

Type: ObjectSettingsInfo
See Also