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

Gets the current instance 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 GetCurrent(
	string apiKey
)
Visual Basic (Declaration)
Public Shared Function GetCurrent ( _
	apiKey As String _
) As FeedTemplateBundleIds
Visual C++
public:
static FeedTemplateBundleIds^ GetCurrent(
	String^ apiKey
)

Parameters

apiKey
Type: System..::.String
The API key of the application the feed template bundles are configured for.

Return Value

[Missing <returns> documentation for "M:Facebook.Configuration.FeedTemplateBundleIds.GetCurrent(System.String)"]

Remarks

The FeedTemplateBundleIds is stored in the cache. If it does not yet exist there, it is loaded from disk.

See Also

FeedTemplateBundleIds Class
Facebook.Configuration Namespace