: ProfilePropertyImage (Clase) (Microsoft.SharePoint.Portal.WebControls)
Displays the image associated with the user's profile property
Espacio de nombres:
Ensamblado: Microsoft.SharePoint.Portal (in microsoft.sharepoint.portal.dll)
Sintaxis
'Declaración
<ToolboxDataAttribute("<{0}:ProfilePropertyImage runat=server></{0}:ProfilePropertyImage>")> _
<DefaultPropertyAttribute("Value")> _
<DesignerAttribute(GetType(DesignTimeHtmlProviderDesigner))> _
<SharePointPermissionAttribute(SecurityAction.Demand, ObjectModel:=True)> _
<AspNetHostingPermissionAttribute(SecurityAction.InheritanceDemand, Level:=AspNetHostingPermissionLevel.Minimal)> _
<SharePointPermissionAttribute(SecurityAction.InheritanceDemand, ObjectModel:=True)> _
<AspNetHostingPermissionAttribute(SecurityAction.LinkDemand, Level:=AspNetHostingPermissionLevel.Minimal)> _
Public Class ProfilePropertyImage
Inherits PropertyImage
Implements IDesignTimeHtmlProvider
'Uso
Dim instance As ProfilePropertyImage
[ToolboxDataAttribute("<{0}:ProfilePropertyImage runat=server></{0}:ProfilePropertyImage>")]
[DefaultPropertyAttribute("Value")]
[DesignerAttribute(typeof(DesignTimeHtmlProviderDesigner))]
[SharePointPermissionAttribute(SecurityAction.Demand, ObjectModel=true)]
[AspNetHostingPermissionAttribute(SecurityAction.InheritanceDemand, Level=AspNetHostingPermissionLevel.Minimal)]
[SharePointPermissionAttribute(SecurityAction.InheritanceDemand, ObjectModel=true)]
[AspNetHostingPermissionAttribute(SecurityAction.LinkDemand, Level=AspNetHostingPermissionLevel.Minimal)]
public class ProfilePropertyImage : PropertyImage, IDesignTimeHtmlProvider
Comentarios
This can be used to display profile properties such as the user's picture URL.
Jerarquía de herencia
System.Object
System.Web.UI.Control
System.Web.UI.WebControls.WebControl
System.Web.UI.WebControls.Image
Microsoft.SharePoint.Portal.WebControls.PropertyImage
Microsoft.SharePoint.Portal.WebControls.ProfilePropertyImage
Seguridad de subprocesos
Todos los miembros estáticos públicos (compartidos en Visual Basic) de este tipo son seguros para la ejecución de subprocesos. No se garantiza que los miembros de instancia sean seguros para los subprocesos.
Vea también
Referencia
ProfilePropertyImage (Miembros)
Microsoft.SharePoint.Portal.WebControls (Espacio de nombres)