IGrooveFormsToolLinkObject Interface

The IGrooveFormsToolLinkObject interface provides a link to a record or view within the Forms tool or to the Forms tool itself.

Read/Write Properties

Property Description

LinkObjectID

Specifies the Record ID or the View ID. If the LinkType specifies that the link is to the Forms tool, this parameter will be ignored.

LinkText

The link text that appears in the message.

LinkType

Specifies whether the link is to a specific record, a specific view, or to the Forms tool.

Remarks

This object is created by the IGrooveUIDelegateCreateLinkObject method and is used in the SendInstantMessageWithLinks method as part of an IGrooveFormsToolLinkObjectEnum object.

See Also

Reference

IGrooveFormsToolUIDelegate Interface
CreateLinkObject Method
SendInstantMessageWithLinks Method
IGrooveFormsToolLinkObjectEnum Interface