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

Populates the value of the response.

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

Syntax

C#
internal TValue Init(
	string content
)
Visual Basic (Declaration)
Friend Function Init ( _
	content As String _
) As TValue
Visual C++
internal:
TValue Init(
	String^ content
)

Parameters

content
Type: System..::.String
The XML content returned from the API.

Return Value

[Missing <returns> documentation for "M:Facebook.FacebookResponse`1.Init(System.String)"]

See Also

FacebookResponse<(Of <(TValue>)>) Class
Facebook Namespace