Provides functionality for items that can have a context menu.
Namespace:
Colygon.MatchPoint.Core.DataProviders
Assembly:
Colygon.MatchPoint (in Colygon.MatchPoint.dll) Version: 2019.2.1.0
Syntax public interface ISPResource
The ISPResource type exposes the following members.
Properties Remarks
MatchPoint uses the
ContentClass property to determine the context menu that is to be
displayed for the item. Elements implementing this interface can be SharePoint elements (i.e.
SPWeb or
SPListItem) but also external types (like a
BdcResultRow
or a
EntityResultRow).
See Also