select_attachment method

select_attachment

Selects a specific attachment for rendering by its URL.

def select_attachment(self, attachment_url):
    ...
ParameterTypeDescription
attachment_urlstrThe URL of the attachment to select.

Exceptions

ExceptionDescription
ArgumentNullExceptionThrown when attachment_url is null.
ArgumentExceptionThrown when attachment_url is empty.

See Also