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

Initializes a FeedActionLinkElement based off the specified XElement.

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

Syntax

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

Parameters

element
Type: System.Xml.Linq..::.XElement
A XElement object containing text and href child elements.

See Also

FeedActionLinkElement Class
FeedActionLinkElement Overload
Facebook.Configuration Namespace