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

Loads the file system copy of the FeedTemplateBundleIds.

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

Syntax

C#
public static FeedTemplateBundleIds LoadFromFile(
	string apiKey
)
Visual Basic (Declaration)
Public Shared Function LoadFromFile ( _
	apiKey As String _
) As FeedTemplateBundleIds
Visual C++
public:
static FeedTemplateBundleIds^ LoadFromFile(
	String^ apiKey
)

Parameters

apiKey
Type: System..::.String

[Missing <param name="apiKey"/> documentation for "M:Facebook.Configuration.FeedTemplateBundleIds.LoadFromFile(System.String)"]

Return Value

An instance of FeedTemplateBundleIds loaded with the settings from the file system copy.

See Also

FeedTemplateBundleIds Class
Facebook.Configuration Namespace