Is anyone here familiar with a way to get a summary of all Kentico Object types that log staging tasks on Create, Update, or Delete events? I'm open to Stored Procedure or Query approaches but am trying to implement this in the API. I'm guessing the [CMS_Class].[ClassName] value would be a starting point, but ClassSupportsVersioning doesn't seem to be an accurate indicator of whether or not a given class supports versioning. I also suspect it could relate to getting the LogChanges property from the TypeInfo of each Info Object, but I'm not sure how to query against all Info Object Types from the API.
↧