GetHyperlinkClicks

IHyperlinkQueries.GetHyperlinkClicks method

Get all IHyperlinkContainer subobjects that contain not null HyperlinkClick. With given IHyperlinkContainer object you can manage its hyperlink (read, update or remove). See IHyperlinkContainer interface.

public IList<IHyperlinkContainer> GetHyperlinkClicks()

Return Value

All IHyperlinkContainer subobjects that contain not null HyperlinkClick

See Also