Audience Members
Include Protected Members
Include Inherited Members
Represents an audience on a Microsoft Office SharePoint Server 2007 site.
The Audience type exposes the following members.
Properties
Name | Description | |
---|---|---|
AudienceDescription | Gets the description for this audience. | |
AudienceID | Gets the GUID for this audience. | |
AudienceName | Gets and sets the name of this audience. | |
AudienceRules | Gets an array of AudienceRuleComponent objects that represents rules that define this audience. | |
AudienceSite | Gets the URL for the portal site associated with this audience. | |
CreateTime | ||
GroupOperation | Gets a member of the AudienceGroupOperation enumeration that indicates the group operation that applies to this audience. | |
LastCompilation | Gets the date when the rules for this audience were last compiled. | |
LastError | Gets last error message that occurred during rule compilation. | |
LastPropertyUpdate | ||
LastRuleUpdate | Gets the date when the rules for this audience were last updated. | |
MemberShipCount | Gets the membership count for this audience. | |
OwnerAccountName |
Top
Methods
Name | Description | |
---|---|---|
Commit | Saves all changes to audience data in the database, such as updated name, description, and operator list. | |
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
GetHashCode | (Inherited from Object.) | |
GetMembership | Gets an ArrayList of UserInfo objects that contains membership information for this audience. | |
GetType | (Inherited from Object.) | |
IsMember | Determines whether a user is a member of this audience. | |
MemberwiseClone | (Inherited from Object.) | |
ReloadMembership | Causes Microsoft Office SharePoint Server 2007 to reload the membership information for this audience. | |
ToString | (Inherited from Object.) |
Top