AudienceCollection Members
Include Protected Members
Include Inherited Members
The AudienceCollection class represents a collection of audiences for a portal site.
The AudienceCollection type exposes the following members.
Properties
Name | Description | |
---|---|---|
AudienceCompiledSofar | Contains the progress for Audience rule compilation as the number of audiences for which rules are compiled since compilation started. | |
AudienceRuleChangeSinceLastCompile | Gets the number of audience rules that changed since the last compilation. | |
CompileInProgress | Gets a flag that indicates whether rule compilation is in progress. | |
Count | Gets number of audiences in the collection. | |
IsSynchronized | ||
Item[Guid] | Gets the Audience object with the specified globally unique identifier (GUID) from the collection. | |
Item[Int32] | Gets the Audience object with the specified index from the collection. | |
Item[String] | Gets the Audience object with the specified name from the collection. | |
LastCompileError | Contains the last error to occur during rules compilation. | |
LastCompileFinishTime | Gets the date and time when the last rules compilation completed. | |
LastCompileStartTime | Gets the date and time when the last rules compilation started. | |
MembershipCouldBeInvalid | Gets a flag that indicates that audience membership may be out of date. | |
SyncRoot |
Top
Methods
Name | Description | |
---|---|---|
AudienceExist(Guid) | Indicates whether the audience with the specified globally unique identifier (GUID) exists for the current site. | |
AudienceExist(String) | Checks for the existence of an Audience object with the specified name. | |
CopyTo | ||
Create(String, String) | Creates an audience with the specified name and description. | |
Create(String, String, AudienceGroupOperation) | ||
Create(String, String, String, AudienceGroupOperation) | Creates an audience with the specified name, description, and group operation. | |
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
GetEnumerator | Returns an enumerator that iterates through the AudienceCollection object. | |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) | |
Remove(Guid) | Removes the Audience object with the specified globally unique identifier (GUID) from the collection. | |
Remove(String) | Removes the audience with the specified name from the collection. | |
ToString | (Inherited from Object.) |
Top