TaxonomyFilterGenerator.ParseSocialTagProperty Method
Expands the value of a social tag property into a list of metadata information.
Namespace: Microsoft.Office.Server.Search.WebControls
Assembly: Microsoft.Office.Server.Search (in Microsoft.Office.Server.Search.dll)
Syntax
'Declaration
Public Shared Function ParseSocialTagProperty ( _
compressedPropertyValue As String, _
count As Long _
) As List(Of MetadataInfo)
'Usage
Dim compressedPropertyValue As String
Dim count As Long
Dim returnValue As List(Of MetadataInfo)
returnValue = TaxonomyFilterGenerator.ParseSocialTagProperty(compressedPropertyValue, _
count)
public static List<MetadataInfo> ParseSocialTagProperty(
string compressedPropertyValue,
long count
)
Parameters
compressedPropertyValue
Type: System.StringThe value of the social tag property.
count
Type: System.Int64The number of occurrences of the social tag property in the Search results.
Return Value
Type: System.Collections.Generic.List<MetadataInfo>
The list of metadata information.
Remarks
This method parses the value of the specified social tag property to create a list of metadata information used for refinement.