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

Returns a dictionary of key/value pairs suitable to be passed a FacebookRequest object.

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

Syntax

C#
public IDictionary<string, Object> GetArgs()
Visual Basic (Declaration)
Public Function GetArgs As IDictionary(Of String, Object)
Visual C++
public:
IDictionary<String^, Object^>^ GetArgs()

Return Value

A dictionary of key/value pairs suitable to be passed a FacebookRequest object.

Remarks

This method calls the SerializeProperty(String, IDictionary<(Of <(String, Object>)>)%) for each key in the object, which allows property-specific processing to be done on any property.

See Also

FacebookArgs Class
Facebook.Api Namespace
FacebookArgs..::.SerializeProperty(String, IDictionary<(Of <(String, Object>)>)%)