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

Gets or sets the optional short story template for the template bundle.

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

Syntax

C#
public FeedStoryTemplateElement ShortStory { get; set; }
Visual Basic (Declaration)
Public Property ShortStory As FeedStoryTemplateElement
Visual C++
public:
property FeedStoryTemplateElement^ ShortStory {
	FeedStoryTemplateElement^ get ();
	void set (FeedStoryTemplateElement^ value);
}

See Also

FeedTemplateBundleElement Class
Facebook.Configuration Namespace