SearchResultRow Methods |
The SearchResultRow type exposes the following members.
Name | Description | |
---|---|---|
ConvertUtcToLocalTime | ||
Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
GetIconOverlayUrl | (Inherited from SPResultRecord.) | |
GetSimpleTags | Returns tags that are currently applied to the item (without accessing tagging service applications). (Inherited from SPResultRecord.) | |
GetSimpleTags(TagType) | (Overrides SPResultRecordGetSimpleTags(TagType).) | |
GetTaggingClientContext | (Overrides SPResultRecordGetTaggingClientContext.) | |
GetTags | Returns tags that are currently applied to the item. (Inherited from SPResultRecord.) | |
GetTags(TagType) | Returns tags of the specified type that are currently applied to the item. (Inherited from SPResultRecord.) | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
GetValue | (Overrides SPResultRecordGetValue(String).) | |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
ToString | Returns a string that represents the current object. (Inherited from Object.) | |
TryGetValue |
Name | Description | |
---|---|---|
GetTerms | Overloaded. Returns all terms from the a result record. (Defined by TermResultRecordExtensions.) | |
GetTerms(String) | Overloaded. Returns terms from a specific field from a result record. (Defined by TermResultRecordExtensions.) | |
LoadTerms | Loads terms from the specified search result value. This method is obsolete, please use GetTerms(this ITermResultRecord source, string fieldName) instead. (Defined by TaxonomyCompatibilityExtensions.) |