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

Intializes an instance of AssocObjectType using the specified xml document or snippet as the data source.

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

Syntax

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

Parameters

content
Type: System.Xml.Linq..::.XElement
An XElement object containing xml data for the object.

See Also

AssocObjectType Class
AssocObjectType Overload
Facebook.Api Namespace