[This is preliminary documentation and is subject to change.]
Initializes an instance of FacebookList<(Of <(T>)>) with the specified content.
Namespace:
Assembly: Facebook (in Facebook.dll) Version: 0.2009.3.23 (0.2009.3.23)
Syntax
C# |
---|
public FacebookList( XElement content, string itemXPath ) |
Visual Basic (Declaration) |
---|
Public Sub New ( _ content As XElement, _ itemXPath As String _ ) |
Visual C++ |
---|
public: FacebookList( XElement^ content, String^ itemXPath ) |
Parameters
- content
- Type: System.Xml.Linq..::.XElement
An XElement object containing the list serialized into XML.
- itemXPath
- Type: System..::.String
The XPath identifier of a single T object within the list.