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

Initializes an instance of FacebookObjectBase using the specified XElement object as the data source.

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

Syntax

C#
public FacebookObjectBase(
	XElement content
)
Visual Basic (Declaration)
Public Sub New ( _
	content As XElement _
)
Visual C++
public:
FacebookObjectBase(
	XElement^ content
)

Parameters

content
Type: System.Xml.Linq..::.XElement
A XElement object containing XML that will be queried by the object's properties.

See Also

FacebookObjectBase Class
FacebookObjectBase Overload
Facebook.Api Namespace