Click or drag to resize

IViewableItem Interface

Provides functionality for a accessing the display form of result objects.

Namespace:  Colygon.MatchPoint.Core.DataProviders
Assembly:  Colygon.MatchPoint (in Colygon.MatchPoint.dll) Version: 2019.2.1.0
Syntax
C#
public interface IViewableItem

The IViewableItem type exposes the following members.

Properties
  NameDescription
Public propertyDisplayFormUrl
Returns the display form url of the item.
Top
Remarks
This functionality is used for displaying the display form link within the title column of a DataGridWebPart for items that are not SharePoint list items. Also, it is used to provide the item url in the FormWebPart when evaluating the SuccessMessage.
See Also