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

Returns the options associated with the specified field for an application info section.

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

Syntax

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

Parameters

field
Type: System..::.String
The title of the field.

Return Value

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

See Also

ProfileController Class
Facebook.Api.Controllers Namespace