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

Deactivates a previously registered template bundle.

Namespace:  Facebook.Api.Controllers
Assembly:  Facebook (in Facebook.dll) Version: 0.2009.4.13 (0.2009.4.13)

Syntax

C#
public FacebookResponse<bool> DeactivateTemplateBundleByID(
	string templateBundleId
)
Visual Basic (Declaration)
Public Function DeactivateTemplateBundleByID ( _
	templateBundleId As String _
) As FacebookResponse(Of Boolean)
Visual C++
public:
FacebookResponse<bool>^ DeactivateTemplateBundleByID(
	String^ templateBundleId
)

Parameters

templateBundleId
Type: System..::.String
The template bundle ID used to identify a previously registered template bundle. The ID is the one returned by a previous call to feed.registerTemplateBundle.

Return Value

[Missing <returns> documentation for "M:Facebook.Api.Controllers.FeedController.DeactivateTemplateBundleByID(System.String)"]

See Also

FeedController Class
Facebook.Api.Controllers Namespace