Thanks Trevor! I was trying to generically detect all TypeInfo Objects that generate staging tasks on Creates, Upates, or Deletes for a custom module UI designed to extend the staging functionality of Kentico. What I ended up doing though is deciding on an explicitly-defined set of related TypeInfo objects that are grouped under one heading such as Users
, Roles
, Orders
, etc. This was a great help for getting me started down that path.