Import classes and methods in Microsoft.Office.Server.Audience name space:
1. The AudienceManager class is the entry point for the audience feature in Microsoft Office SharePoint Server 2007.
1. The AudienceManager class is the entry point for the audience feature in Microsoft Office SharePoint Server 2007.
- Audiences: This property return all the audiences as AudienceCollection
- GetUserAudienceIDs: Get all the audience IDs to which the specified user (or current user) belongs to.
- GetMembership: Gets an ArrayList of UserInfo objects that contains membership information for this audience.
- IsMember: Determines whether a user is a member of this audience
Comments