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

[Missing <summary> documentation for "M:Facebook.Api.Generator.FacebookApiGenerator.GetPageContent(System.Collections.Generic.IEnumerable{System.String})"]

Namespace:  Facebook.Api.Generator
Assembly:  Facebook.Api.Generator (in Facebook.Api.Generator.exe) Version: 1.0.3389.20466 (1.0.0.0)

Syntax

C#
public static Dictionary<string, string> GetPageContent(
	IEnumerable<string> methodNames
)
Visual Basic (Declaration)
Public Shared Function GetPageContent ( _
	methodNames As IEnumerable(Of String) _
) As Dictionary(Of String, String)
Visual C++
public:
static Dictionary<String^, String^>^ GetPageContent(
	IEnumerable<String^>^ methodNames
)

Parameters

methodNames
Type: System.Collections.Generic..::.IEnumerable<(Of <(String>)>)

[Missing <param name="methodNames"/> documentation for "M:Facebook.Api.Generator.FacebookApiGenerator.GetPageContent(System.Collections.Generic.IEnumerable{System.String})"]

Return Value

[Missing <returns> documentation for "M:Facebook.Api.Generator.FacebookApiGenerator.GetPageContent(System.Collections.Generic.IEnumerable{System.String})"]

See Also

FacebookApiGenerator Class
Facebook.Api.Generator Namespace