Get a member as an xml object

Namespace: umbraco
Assembly:   umbraco (in umbraco)
Version: 1.0.2698.41384

Syntax

Visual Basic (Declaration)
Public Shared Function GetMember ( _
	MemberId As Integer _
) As XPathNodeIterator
C#
public static XPathNodeIterator GetMember (
	int MemberId
)
Visual C++
public:
static XPathNodeIterator^ GetMember (
	int MemberId
)

Parameters

MemberId
System.Int32
The identifier of the member object to be returned

Return Value

An umbraco xml node of the member (same format as a document node), but with two additional attributes on the "node" element: "email" and "loginName".