get_hyperlink method

On this page

get_hyperlink

Retrieves the hyperlink associated with this IPresentationHyperlinkContainer.

def get_hyperlink(self, action_type):
    ...
Parameter Type Description
action_type PresentationHyperlinkActionType The action that activates the hyperlink.

Returns: str: The url of the hyperlink that is activated on specified action.

See Also

On this page