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

Initializes an instance of FacebookResponse<(Of <(TValue>)>) representing specific content returned from the API.

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

Syntax

C#
internal FacebookResponse(
	string content
)
Visual Basic (Declaration)
Friend Sub New ( _
	content As String _
)
Visual C++
internal:
FacebookResponse(
	String^ content
)

Parameters

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

See Also

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