get_path_suffix
Description:
Returns the portion of this's object path after the standard ACCOUNT_OBJECT_PATH_BASE prefix, of the form "cm/protocol/acct".
This string uniquely identifies the account.
This function is only intended to be used when printing debug messages or in tools for developer. For a string suitable for displaying to the user, see get_display_name. To retrieve the connection manager and protocol name parts of the object path, see get_connection_manager and get_protocol. For persistent identification of the account, use get_object_path.
Parameters:
this |
a Account |
Returns:
a suffix of this's object path, for debugging purposes. |