AudienceCollection Members
Include Protected Members
Include Inherited Members
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 the number of audiences in the collection. | |
IsSynchronized | Gets a Boolean value indicating whether access to the AudienceCollection is synchronized (thread safe). | |
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 might be out of date. | |
SyncRoot | Returns the object that can be used to synchronize access to this collection. |
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 | Copies the elements of the AudienceCollection to an array, starting at a specified index. | |
Create(String, String) | Creates an instance of the Audience object. | |
Create(String, String, AudienceGroupOperation) | Creates an instance of the Audience object. | |
Create(String, String, String, AudienceGroupOperation) | Validates the input parameters and creates an instance of the Audience object. | |
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