[This is preliminary documentation and is subject to change.]

Initializes an instance of FacebookList<(Of <(T>)>) with the specified content.

Namespace:  Facebook.Api
Assembly:  Facebook (in Facebook.dll) Version: 0.2009.4.13 (0.2009.4.13)

Syntax

C#
public FacebookList(
	XElement content,
	string itemXPath
)
Visual Basic (Declaration)
Public Sub New ( _
	content As XElement, _
	itemXPath As String _
)
Visual C++
public:
FacebookList(
	XElement^ content, 
	String^ itemXPath
)

Parameters

content
Type: System.Xml.Linq..::.XElement
An XElement object containing the list serialized into XML.
itemXPath
Type: System..::.String
The XPath identifier of a single T object within the list.

See Also

FacebookList<(Of <(T>)>) Class
Facebook.Api Namespace