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