PeopleRendererWebPartBase.Person Constructor (String, String, String, String, String, String)
Initializes a new instance of the Person class with specified parameters.
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, _
group As String, _
email As String, _
sipAddress As String _
)
'Usage
Dim name As String
Dim linkUrl As String
Dim imageUrl As String
Dim group As String
Dim email As String
Dim sipAddress As String
Dim instance As New PeopleRendererWebPartBase.Person(name, linkUrl, _
imageUrl, group, email, sipAddress)
public Person(
string name,
string linkUrl,
string imageUrl,
string group,
string email,
string sipAddress
)
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.
group
Type: System.StringThe name of the group to which the person belongs.
email
Type: System.StringThe email address of the person.
sipAddress
Type: System.StringThe SIP address of the person.
See Also
Reference
PeopleRendererWebPartBase.Person Class
PeopleRendererWebPartBase.Person Members