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

Associates a given "handle" with FBML markup so that the handle can be used within the fb:ref FBML tag.

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

Syntax

C#
public FacebookResponse<bool> SetRefHandle(
	string handle,
	string fbml
)
Visual Basic (Declaration)
Public Function SetRefHandle ( _
	handle As String, _
	fbml As String _
) As FacebookResponse(Of Boolean)
Visual C++
public:
FacebookResponse<bool>^ SetRefHandle(
	String^ handle, 
	String^ fbml
)

Parameters

handle
Type: System..::.String
The handle to associate with the given FBML.
fbml
Type: System..::.String
The FBML to associate with the given handle.

Return Value

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

See Also

FbmlController Class
Facebook.Api.Controllers Namespace