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

Specifies the objects for a field for an application info section.

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

Syntax

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

Parameters

field
Type: System..::.String
The title of the field.
options
Type: System.Collections.Generic..::.Dictionary<(Of <(String, String>)>)
A JSON-encoded object of items for a thumbnail, including a
CopyC#
label
and a
CopyC#
link
, and optionally contains
CopyC#
image
,
CopyC#
description
, and
CopyC#
sublabel
items.

Return Value

[Missing <returns> documentation for "M:Facebook.Api.Controllers.ProfileController.SetInfoOptions(System.String,System.Collections.Generic.Dictionary{System.String,System.String})"]

See Also

ProfileController Class
Facebook.Api.Controllers Namespace