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

Initializes a FeedStoryTemplateElement 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 FeedStoryTemplateElement(
	XElement element
)
Visual Basic (Declaration)
Public Sub New ( _
	element As XElement _
)
Visual C++
public:
FeedStoryTemplateElement(
	XElement^ element
)

Parameters

element
Type: System.Xml.Linq..::.XElement
A XElement object containing template_title and template_body child elements.

See Also

FeedStoryTemplateElement Class
FeedStoryTemplateElement Overload
Facebook.Configuration Namespace