A Property Manager object has a collection of typed attributes called properties. Properties can be managed through the web or via DTML.
In addition to having a type, properties can be writable or read-only and can have default values.
Returns a true value if the Property Manager has the property
id. Otherwise returns a false value.
Access contents informationReturns a list of property ids.
Access contents informationReturns a tuple of mappings, giving meta-data for properties.
The meta-data includes id, type, and mode.
Access contents informationGet the type of property id. Returns None if no such
property exists.
Access contents informationReturn the value of the property id. If the property is not
found the optional second argument or None is returned.
Access contents informationReturns a list of property values.
Access contents informationReturn a list of (id, property) tuples.
Access contents information