다음을 통해 공유


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

  • linkUrl
    Type: System.String

    The public profile page URL for this person.

  • imageUrl
    Type: System.String

    The URL of the thumbnail of the person, or null to use the default thumbnail.

  • group
    Type: System.String

    The name of the group to which the person belongs.

See Also

Reference

PeopleRendererWebPartBase.Person Class

PeopleRendererWebPartBase.Person Members

PeopleRendererWebPartBase.Person Overload

Microsoft.SharePoint.Portal.WebControls Namespace