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
- target
Type: System.Collections.Generic.List<Uri>
Return Value
Type: System.Collections.Generic.List<Uri>
Returns List<T>.
Implements
ISocialSecurityTrimmer.Trim(List<Uri>)
See Also
Reference
SearchSocialSecurityTrimmer Class