Click or drag to resize

ISPUpdatable Interface

Represents an IUpdatable SharePoint object that can be tagged with MatchPoint tags.

Namespace:  Colygon.MatchPoint.Core.DataAdapters
Assembly:  Colygon.MatchPoint (in Colygon.MatchPoint.dll) Version: 2019.2.1.0
Syntax
C#
public interface ISPUpdatable : ISPResource, 
	ITaggable, IUpdatable

The ISPUpdatable type exposes the following members.

Properties
  NameDescription
Public propertyAssociatedWeb
The associated web to the underlying object.
Public propertyChangeToken (Inherited from IUpdatable.)
Public propertyContentClass
The resource's ContentClass.
(Inherited from ISPResource.)
Public propertyExists
Checks, whether the underlying object exists.
(Inherited from IUpdatable.)
Public propertyItem (Inherited from IUpdatable.)
Public propertySecurableObject
The underlying SPSecurableObject.
Public propertyTags
The tags applied to the taggable object.
(Inherited from ITaggable.)
Public propertyUrl
The resource's URL.
(Inherited from ISPResource.)
Top
Methods
  NameDescription
Public methodUpdate
Update the underlying object.
(Inherited from IUpdatable.)
Top
See Also