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

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

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

Syntax

C#
void Init(
	XElement dataSource
)
Visual Basic (Declaration)
Sub Init ( _
	dataSource As XElement _
)
Visual C++
void Init(
	XElement^ dataSource
)

Parameters

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

See Also

IFacebookObject Interface
Facebook.Api Namespace