History for PortalContent
??changed:- PortalContent is the base class of all PTK-managed objects. It provides services such as cataloging and reviewing. Interface description (in progress) No permission listActions(self, isAnonymous, portal_url, content_url) -- Generates a list of actions available to the user. indexObject(self) -- Adds the self to portal_catalog if it exists. unindexObject(self) -- Removes self from portal_catalog if it exists. reindexObject(self) -- Updates the entry referring to self in portal_catalog if it exists.