ISocialSecurityTrimmer.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
Function Trim ( _
urls As List(Of Uri) _
) As List(Of Uri)
'Usage
Dim instance As ISocialSecurityTrimmer
Dim urls As List(Of Uri)
Dim returnValue As List(Of Uri)
returnValue = instance.Trim(urls)
List<Uri> Trim(
List<Uri> urls
)
Parameters
- urls
Type: System.Collections.Generic.List<Uri>
Return Value
Type: System.Collections.Generic.List<Uri>
See Also
Reference
ISocialSecurityTrimmer Interface