Share via


SearchSocialSecurityTrimmer.Trim method

Security trims a list of URLs that represent pieces of social data.

Namespace:  Microsoft.Office.Server.SocialData
Assembly:  Microsoft.Office.Server.UserProfiles (in Microsoft.Office.Server.UserProfiles.dll)

Syntax

'Declaration
Public Overridable Function Trim ( _
    target As List(Of Uri) _
) As List(Of Uri)
'Usage
Dim instance As SearchSocialSecurityTrimmer
Dim target As List(Of Uri)
Dim returnValue As List(Of Uri)

returnValue = instance.Trim(target)
public virtual List<Uri> Trim(
    List<Uri> target
)

Parameters

Return value

Type: System.Collections.Generic.List<Uri>
Returns List<T>.

Implements

ISocialSecurityTrimmer.Trim(List<Uri>)

See also

Reference

SearchSocialSecurityTrimmer class

SearchSocialSecurityTrimmer members

Microsoft.Office.Server.SocialData namespace