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

Gets the value 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 string GetString(
	this IFacebookObject obj,
	string xpath
)
Visual Basic (Declaration)
<ExtensionAttribute> _
Public Shared Function GetString ( _
	obj As IFacebookObject, _
	xpath As String _
) As String
Visual C++
[ExtensionAttribute]
public:
static String^ GetString(
	IFacebookObject^ obj, 
	String^ xpath
)

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.

Return Value

A String value containing the value of the specified element.

See Also

FacebookObjectExtensions Class
Facebook.Api Namespace