ISPItem Interface |
Namespace: Colygon.MatchPoint.Core.DataProviders
public interface ISPItem : ISPResource, IResultRecord, IViewableItem
The ISPItem type exposes the following members.
Name | Description | |
---|---|---|
ContentClass |
The resource's ContentClass.
(Inherited from ISPResource.) | |
DisplayFormUrl | Returns the display form url of the item. (Inherited from IViewableItem.) | |
IconOverlayUrl | Returns the icon overlay URL of the item. | |
IconUrl | Returns the icon URL of the item. | |
Item | Returns the result object of the property specified with the 'name' parameter. (Inherited from IResultRecord.) | |
OpenDocumentUrl |
"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')\".";
| |
Url | The resource's URL. (Inherited from ISPResource.) |
#APIChange Jul-2012: IconOverlayUrl property added