PluggableSocialSecurityTrimmerManager.UnregisterPluggableSecurityTrimmer Method
Removes a pluggable security trimmer from the search service application.
Namespace: Microsoft.Office.Server.SocialData
Assembly: Microsoft.Office.Server.UserProfiles (in Microsoft.Office.Server.UserProfiles.dll)
Syntax
'Declaration
Public Shared Function UnregisterPluggableSecurityTrimmer ( _
userProfileApplicationProxyId As Guid, _
id As Integer _
) As String()
'Usage
Dim userProfileApplicationProxyId As Guid
Dim id As Integer
Dim returnValue As String()
returnValue = PluggableSocialSecurityTrimmerManager.UnregisterPluggableSecurityTrimmer(userProfileApplicationProxyId, _
id)
public static string[] UnregisterPluggableSecurityTrimmer(
Guid userProfileApplicationProxyId,
int id
)
Parameters
- userProfileApplicationProxyId
Type: System.Guid
id
Type: System.Int32The security trimmer ID.
Return Value
Type: []
See Also
Reference
PluggableSocialSecurityTrimmerManager Class