Click or drag to resize

SPUpdatable Class

Represents a SharePoint object (SPWeb, SPList or SPListItem).
Inheritance Hierarchy

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

The SPUpdatable type exposes the following members.

Constructors
  NameDescription
Protected methodSPUpdatable
Initializes a new instance of the SPUpdatable class
Protected methodSPUpdatable(TaggingClientContext)
Initializes a new instance of the SPUpdatable class
Top
Properties
  NameDescription
Protected propertyAssociatedWeb
Protected propertyChangeToken
Public propertyContentClass (Inherited from SPResultRecord.)
Public propertyCopyUrl (Inherited from SPResultRecord.)
Public propertyExists
Public propertyItem
Public propertyPreviewImageInBrowserUrl (Inherited from SPResultRecord.)
Public propertyPreviewInBrowserUrl (Inherited from SPResultRecord.)
Protected propertySecurableObject
Public propertyTags
Returns the tags that are currently applied to the item.
Public propertyUrl (Inherited from SPResultRecord.)
Public propertyViewInBrowserUrl (Inherited from SPResultRecord.)
Top
Methods
  NameDescription
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Protected methodGetIconOverlayUrl (Inherited from SPResultRecord.)
Public methodGetSimpleTags
Returns tags that are currently applied to the item (without accessing tagging service applications).
(Inherited from SPResultRecord.)
Protected methodGetSimpleTags(TagType) (Inherited from SPResultRecord.)
Protected methodGetTaggingClientContext (Overrides SPResultRecordGetTaggingClientContext.)
Public methodGetTags
Returns tags that are currently applied to the item.
(Inherited from SPResultRecord.)
Public methodGetTags(TagType)
Returns tags of the specified type that are currently applied to the item.
(Inherited from SPResultRecord.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodGetValue (Overrides SPResultRecordGetValue(String).)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Protected methodResetInternalState
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Public methodUpdate
Protected methodUpdateTags
Public methodStatic memberWrap
Top
Remarks
This class is not intended for external use. Please use the IUpdatable interface instead.
See Also