Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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.GuidA 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