AudienceManager Members
Include Protected Members
Include Inherited Members
Represents the entry point for the audience classes.
The AudienceManager type exposes the following members.
Constructors
Name | Description | |
---|---|---|
AudienceManager() | Initializes a new instance of the AudienceManager class. | |
AudienceManager(ServerContext) | Initializes a new instance of the AudienceManager class that connects to the site in the specified PortalContext object. |
Top
Properties
Name | Description | |
---|---|---|
AudienceLeftContentList | Gets an ArrayList object of AudienceLeftContent objects. | |
AudienceOperatorList | Gets an ArrayList object that contains references to AudienceOperator objects. | |
Audiences | Gets the collection of Audience objects for the current site. | |
CurrentServerContext | Gets the reference to the PortalContext object with which this object was initialized. | |
SiteGuid | Gets the globally unique identifier (GUID) for the current site. | |
SiteURL | Gets the URL for the current site. |
Top
Methods
Name | Description | |
---|---|---|
CheckRuntimeRender | Checks whether the audience membership of the current user is contained in the audience list of any Web Parts in this Web site based on Windows SharePoint Services. | |
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
GetADsPath | Parses the specified string into a list of smaller strings of unique domains, user names, and e-mail addresses. | |
GetAudience(Guid) | Gets an instance of the Audience object that represents the audience with the specified globally unique identifier (GUID). | |
GetAudience(String) | Gets an instance of the Audience object that represents the audience with the specified name. | |
GetAudienceIDs | Gets a list of AudienceNameID objects that correspond to the specified list of audience names. | |
GetAudienceIDsAsText | ||
GetAudienceIDsFromText | ||
GetAudienceNames | Gets a list of AudienceNameID objects that correspond to the specified list of audience globally unique identifiers (GUIDs). | |
GetAudienceOperator | Gets a list of AudienceOperator objects that correspond to the specified operand. | |
GetHashCode | (Inherited from Object.) | |
GetToolPaneControl | ||
GetType | (Inherited from Object.) | |
GetUserAudienceIDs(Boolean) | Gets a list of globally unique identifiers (GUIDs) for the audiences to which the current user belongs. | |
GetUserAudienceIDs(String, Boolean, SPWeb) | Gets a list of audience globally unique identifiers (GUIDs) for the specified user name. | |
InitializeStrings | Initializes an array of strings that are used by the audience Web Part. | |
IsCurrentUserInAudienceOf(String, Boolean) | Returns whether the current user is in the specified audience. | |
IsCurrentUserInAudienceOf(AudienceLoader, String, Boolean) | Returns whether the current user is in the specified audience. | |
IsFilterActive | ||
IsMemberOfAudience(String, Guid) | Determines whether a user is a member of a specified audience. | |
IsMemberOfAudience(String, String) | Determines whether a user is a member of a specified audience. | |
MemberwiseClone | (Inherited from Object.) | |
SGetADsProp | Gets a list of paths for the Microsoft Active Directory directory service that matches the specified parameters. | |
ToString | (Inherited from Object.) | |
ValidateIsIncludedFilter | Verifies the validity of the specified string of globally unique identifiers (GUID)s for an audience. |
Top
Fields
Name | Description | |
---|---|---|
GUID_AllPortalUser |
Top