AudienceSiteInfo members
Represents information for a specific instance of the AudienceSite class in addition to the Microsoft.Office.Server.ServerContext object associated with the portal site.
The AudienceSiteInfo type exposes the following members.
Constructors
Name | Description | |
---|---|---|
AudienceSiteInfo(ServerContext, AudienceAccessRights) | Obsolete. | |
AudienceSiteInfo(SPServiceContext, AudienceAccessRights) | ||
AudienceSiteInfo(ServerContext, Boolean, Boolean, AudienceAccessRights) | Obsolete. Initializes a new instance of the AudienceSiteInfo class with the specified access rights and a reference to a Microsoft.Office.Server.ServerContext object that represents the current portal site. |
Top
Properties
Name | Description | |
---|---|---|
AccessRights | Gets a member of the AudienceAccessRights enumeration that indicates the access rights for members of this audience on the portal site. | |
CurrentServerContext | Obsolete. Gets an instance of Microsoft.Office.Server.ServerContext object that contains information about the portal site associated with this audience. | |
SiteGuid | Obsolete. Gets the globally unique identifier (GUID) for the portal site with which this audience is associated. | |
SiteURL | Obsolete. Gets the URL for the site with which this audience is associated. |
Top
Methods
Name | Description | |
---|---|---|
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) | |
ToString | (Inherited from Object.) |
Top