ObjectSettingsInfoProviderGetObjectSettingsInfo 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: 12.0.0
Syntax public static ObjectSettingsInfo GetObjectSettingsInfo(
string objectType,
int objectId
)
Parameters
- objectType
- Type: SystemString
Object type - objectId
- Type: SystemInt32
Object ID
Return Value
Type:
ObjectSettingsInfoSee Also