| ObjectSettingsInfoProviderGetObjectSettingsInfoInternal Method (String, Int32) | 
            Gets the object settings for the specified object, ensures the settings if not exists.
            
 
Namespace: CMS.DataEngineAssembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 8.2.23
 Syntax
Syntaxprotected virtual ObjectSettingsInfo GetObjectSettingsInfoInternal(
	string objectType,
	int objectId
)
Parameters
- objectType
- Type: SystemString
 Object type
- objectId
- Type: SystemInt32
 Object ID
Return Value
Type: 
ObjectSettingsInfo See Also
See Also