There are two versions of content_item__new that takes 16 params...
I use the one that has a locale attribute and doesn't have a security_inherit_p attrib.
I note that security_inherit_p defaults to 't' when acs_object__new is called without that param, which is the case with the version of content_item__new I use.
I wonder if setting security_inherit_p to 'f' would get me what I talked about before?
(Not that I'm thinking of misusing the context_id to represent hierarchy or scope now that you'we enlightened me about its intended use!)
While I'm on to this topic: Is the version with the "locale" param more suitable than the other in terms of internationalization of the CR contents?