Click or drag to resize
ObjectSettingsInfoProviderGetObjectSettingsInfo 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: 8.2.23
Syntax
C#
public static ObjectSettingsInfo GetObjectSettingsInfo(
	string objectType,
	int objectId
)

Parameters

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

Return Value

Type: ObjectSettingsInfo
See Also