MySitePublicWebPartPage, classe (Microsoft.SharePoint.Portal.WebControls)
Represents the public My Site page of the user.
Espace de noms : Microsoft.SharePoint.Portal.WebControls
Assembly : Microsoft.SharePoint.Portal (dans microsoft.sharepoint.portal.dll)
Syntaxe
'Déclaration
<PermissionSetAttribute(SecurityAction.Demand, Name:="FullTrust")> _
<PermissionSetAttribute(SecurityAction.InheritanceDemand, Name:="FullTrust")> _
Public Class MySitePublicWebPartPage
Inherits PersonalWebPartPage
'Utilisation
Dim instance As MySitePublicWebPartPage
[PermissionSetAttribute(SecurityAction.Demand, Name="FullTrust")]
[PermissionSetAttribute(SecurityAction.InheritanceDemand, Name="FullTrust")]
public class MySitePublicWebPartPage : PersonalWebPartPage
Remarques
Use this class to find out the effective privacy of a page for the visitors of the MY Site public page.
Hiérarchie d'héritage
System.Object
System.Web.UI.Control
System.Web.UI.TemplateControl
System.Web.UI.Page
Microsoft.SharePoint.WebPartPages.WebPartPage
Microsoft.SharePoint.Portal.WebControls.WebPartPage
Microsoft.SharePoint.Portal.WebControls.PersonalWebPartPage
Microsoft.SharePoint.Portal.WebControls.MySitePublicWebPartPage
Sécurité des threads
Les membres statiques publics de ce type (Shared en Visual Basic) sont sécurisés au niveau des threads. Il n'est pas garanti que les membres d'instance soient sécurisés au niveau des threads.
Voir aussi
Référence
Membres MySitePublicWebPartPage
Microsoft.SharePoint.Portal.WebControls, espace de noms