Click or drag to resize

ISPItem Interface

Provides functionality for a IResultRecord object that represents a SharePoint object.

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

The ISPItem type exposes the following members.

Properties
  NameDescription
Public propertyContentClass
The resource's ContentClass.
(Inherited from ISPResource.)
Public propertyDisplayFormUrl
Returns the display form url of the item.
(Inherited from IViewableItem.)
Public propertyIconOverlayUrl
Returns the icon overlay URL of the item.
Public propertyIconUrl
Returns the icon URL of the item.
Public propertyItem
Returns the result object of the property specified with the 'name' parameter.
(Inherited from IResultRecord.)
Public propertyOpenDocumentUrl
"Returns the 'Open Document' href compatible URL value of the specified item." + " This can either be an URL (e.g. 'http://foo.com') or" + " a javascript expression (e.g. \"javascript:OpenDocument('http://foo.com')\".";
Public propertyUrl
The resource's URL.
(Inherited from ISPResource.)
Top
Remarks
An ISPItem can be of the following types: It has an IconUrl property.

#APIChange Jul-2012: IconOverlayUrl property added

See Also