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

[Missing <summary> documentation for "M:Facebook.Api.Controllers.FbmlController.RegisterCustomTags(System.String[])"]

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

Syntax

C#
public FacebookResponse<bool> RegisterCustomTags(
	string[] tags
)
Visual Basic (Declaration)
Public Function RegisterCustomTags ( _
	tags As String() _
) As FacebookResponse(Of Boolean)
Visual C++
public:
FacebookResponse<bool>^ RegisterCustomTags(
	array<String^>^ tags
)

Parameters

tags
Type: array< System..::.String >[]()[]

[Missing <param name="tags"/> documentation for "M:Facebook.Api.Controllers.FbmlController.RegisterCustomTags(System.String[])"]

Return Value

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

See Also

FbmlController Class
Facebook.Api.Controllers Namespace