PeopleRendererWebPartBase.Person constructor (String, String, String)
Initializes a new instance of the Person class with the specified name, linkUrl, and imageUrl information.
Namespace: Microsoft.SharePoint.Portal.WebControls
Assembly: Microsoft.SharePoint.Portal (in Microsoft.SharePoint.Portal.dll)
Syntax
'Declaration
Public Sub New ( _
name As String, _
linkUrl As String, _
imageUrl As String _
)
'Usage
Dim name As String
Dim linkUrl As String
Dim imageUrl As String
Dim instance As New PeopleRendererWebPartBase.Person(name, linkUrl, _
imageUrl)
public Person(
string name,
string linkUrl,
string imageUrl
)
Parameters
name
Type: System.StringThe name of the person.
linkUrl
Type: System.StringThe public profile page URL for this person.
imageUrl
Type: System.StringThe URL of the thumbnail of the person, or null to use the default thumbnail.
See also
Reference
PeopleRendererWebPartBase.Person class
PeopleRendererWebPartBase.Person members