Audience members
Represents an audience on a SharePoint site.
The Audience type exposes the following members.
Properties
Name | Description | |
---|---|---|
![]() |
AudienceDescription | Gets or sets the description for this audience. |
![]() |
AudienceID | Gets the GUID for this audience. |
![]() |
AudienceName | Gets or sets the name of this audience. |
![]() |
AudienceRules | Gets or sets an array of AudienceRuleComponent objects that represents rules that define this audience. |
![]() |
AudienceSite | Obsolete. Gets the URL for the portal site associated with this audience. |
![]() |
CreateTime | Gets the date when this audience was created. |
![]() |
GroupOperation | Gets or sets 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 | Gets the date when the audience properties were last changed. |
![]() |
LastRuleUpdate | Gets the date when the rules for this audience were last updated. |
![]() |
MemberShipCount | Gets the membership count for this audience. |
![]() |
OwnerAccountName | Gets or sets the owner account name for this audience. |
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 the server to reload the membership information for this audience. |
![]() |
ToString | (Inherited from Object.) |
Top