PluggableSocialSecurityTrimmerManager.GetRegisteredInfo method

Retrieves the registered security trimmer identifiers, and the properties associated with each security trimmer, for the specified user profile application.

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

Syntax

'Declaration
Public Shared Function GetRegisteredInfo ( _
    userProfileApplicationProxyId As Guid _
) As Dictionary(Of Integer, KeyValuePair(Of String, NameValueCollection))
'Usage
Dim userProfileApplicationProxyId As Guid
Dim returnValue As Dictionary(Of Integer, KeyValuePair(Of String, NameValueCollection))

returnValue = PluggableSocialSecurityTrimmerManager.GetRegisteredInfo(userProfileApplicationProxyId)
public static Dictionary<int, KeyValuePair<string, NameValueCollection>> GetRegisteredInfo(
    Guid userProfileApplicationProxyId
)

Parameters

  • userProfileApplicationProxyId
    Type: System.Guid

    A GUID representing the user profile application where the social data security trimmer is used.

Return value

Type: System.Collections.Generic.Dictionary<Int32, KeyValuePair<String, NameValueCollection>>

See also

Reference

PluggableSocialSecurityTrimmerManager class

PluggableSocialSecurityTrimmerManager members

Microsoft.Office.Server.SocialData namespace