AudienceManager.IsCurrentUserInAudienceOf Method (String, Boolean)
Returns whether the current user is in the specified audience.
Namespace: Microsoft.Office.Server.Audience
Assembly: Microsoft.Office.Server (in Microsoft.Office.Server.dll)
Syntax
'Declaration
Public Shared Function IsCurrentUserInAudienceOf ( _
audienceTextRepresentation As String, _
showUntargetedAudience As Boolean _
) As Boolean
'Usage
Dim audienceTextRepresentation As String
Dim showUntargetedAudience As Boolean
Dim returnValue As Boolean
returnValue = AudienceManager.IsCurrentUserInAudienceOf(audienceTextRepresentation, _
showUntargetedAudience)
public static bool IsCurrentUserInAudienceOf(
string audienceTextRepresentation,
bool showUntargetedAudience
)
Parameters
- audienceTextRepresentation
Type: System.String
A string that identifies an audience.
- showUntargetedAudience
Type: System.Boolean
true to include an untargeted audience; otherwise, false.
Return Value
Type: System.Boolean
true if the current user is in the specified audience; otherwise, false.