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.
Determines whether the current user is a member of the specified SharePoint group.
Namespace: Microsoft.Office.Server.WebControls
Assembly: Microsoft.Office.Server.UserProfiles (in Microsoft.Office.Server.UserProfiles.dll)
Syntax
'Declaration
Public Function IsUserMemberOfSharePointGroup ( _
groupDisplayName As String _
) As Boolean
'Usage
Dim instance As AudienceLoader
Dim groupDisplayName As String
Dim returnValue As Boolean
returnValue = instance.IsUserMemberOfSharePointGroup(groupDisplayName)
public bool IsUserMemberOfSharePointGroup(
string groupDisplayName
)
Parameters
groupDisplayName
Type: System.StringThe String object represents the display name of the SharePoint group.
Return Value
Type: System.Boolean
true if the current user is a member of the specified SharePoint group; otherwise, false.
Remarks
This method determines whether the current user is a member of the specified SharePoint group.