PeopleMosaicPage Class
Represents a Page that displays the user profiles of the people who tagged a certain page with a certain tag.
Inheritance Hierarchy
System.Object
System.Web.UI.Control
System.Web.UI.TemplateControl
System.Web.UI.Page
Microsoft.SharePoint.Portal.WebControls.PeopleMosaicPage
Namespace: Microsoft.SharePoint.Portal.WebControls
Assembly: Microsoft.SharePoint.Portal (in Microsoft.SharePoint.Portal.dll)
Syntax
'Declaration
Public Class PeopleMosaicPage _
Inherits Page
'Usage
Dim instance As PeopleMosaicPage
public class PeopleMosaicPage : Page
Remarks
The value of the query-string field "url" specifies the page that is tagged, and the value of the query-string field "termid" specifies the tag.
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.