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

Gets the current instance of the TemplateBundleIds.

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

Syntax

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

Parameters

apiKey
Type: System..::.String

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

Return Value

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

Remarks

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

See Also

TemplateBundleIds Class
Facebook.Configuration Namespace