Programmer's Guide > Interfaces > CMSObject interface > getAttributes method
  
getAttributes method
Gets the values for a list of attributes. Attributes with a single value are stored as String entries in the returned PropertyMap. Attributes with multiple values are stored as StringList entries.
getAttributes( [attributes] )
Parameters
StringListattributes
[optional] Specifies the array of attributes to retrieve. If the value is null, all attributes are retrieved.
* 
If an adapter does not support a null value, it will throw a CMSException with a code value of UNIMP_ERR.
Returns
PropertyMap. A PropertyMap containing the requested attribute names and values.
Throws
CMSException
Raised for any error.