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

Gets a collection of String values that are the children of the element specified by xpath.

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

Syntax

C#
public static List<string> GetStringCollection(
	this IFacebookObject obj,
	string xpath,
	string itemXPath
)
Visual Basic (Declaration)
<ExtensionAttribute> _
Public Shared Function GetStringCollection ( _
	obj As IFacebookObject, _
	xpath As String, _
	itemXPath As String _
) As List(Of String)
Visual C++
[ExtensionAttribute]
public:
static List<String^>^ GetStringCollection(
	IFacebookObject^ obj, 
	String^ xpath, 
	String^ itemXPath
)

Parameters

obj
Type: Facebook.Api..::.IFacebookObject
A reference to the current IFacebookObject instance.
xpath
Type: System..::.String
A relative XPath query to the desired element.
itemXPath
Type: System..::.String
A relative XPath query to the child items within the element specified by xpath.

Return Value

A list of String values representing the children of the specified element.

See Also

FacebookObjectExtensions Class
Facebook.Api Namespace