Click or drag to resize
SearchResultRow Methods

The SearchResultRow type exposes the following members.

Methods
  NameDescription
Protected methodConvertUtcToLocalTime
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) (Overrides SPResultRecordGetSimpleTags(TagType).)
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.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Protected methodTryGetValue
Top
Extension Methods
  NameDescription
Public Extension MethodGetTermsOverloaded.
Returns all terms from the a result record.
(Defined by TermResultRecordExtensions.)
Public Extension MethodGetTerms(String)Overloaded.
Returns terms from a specific field from a result record.
(Defined by TermResultRecordExtensions.)
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