Click or drag to resize
WorkspaceVersion Class
Represents a single element from the the workspace version history.
Inheritance Hierarchy
SystemObject
  Colygon.MatchPoint.Workspaces.ModelWorkspaceVersion

Namespace: Colygon.MatchPoint.Workspaces.Model
Assembly: Colygon.MatchPoint (in Colygon.MatchPoint.dll) Version: 2013.11.0.0
Syntax
C#
public class WorkspaceVersion : IResultRecord, 
	IKnownNames

The WorkspaceVersion type exposes the following members.

Properties
  NameDescription
Public propertyCreated
Returns the DateTime object of when this workspace version was created.
Public propertyCreatedBy
Returns the SPUser object of the creator of this workspace version.
Public propertyItem
Public propertyVersionLabel
Returns the version number of the workspace.
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.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
Fields
  NameDescription
Public fieldVersion
Returns the SPListItemVersion object of the workspace item.
Top
Extension Methods
  NameDescription
Public Extension MethodLoadTerms
Loads terms from the specified search result value. This method is obsolete, please use GetTerms(this ITermResultRecord source, string fieldName) instead.
(Defined by TaxonomyCompatibilityExtensions.)
Top
See Also