GetObject(T) Method

Facebook API Wrapper

Collapse image Expand Image Copy image CopyHover image

[Missing <summary> documentation for "M:FacebookWrapper.FacebookService.GetObject``1(System.String,System.String)"]

Namespace: FacebookWrapper
Assembly: FbGraphApiWrapper (in FbGraphApiWrapper.dll) Version: 6.2.1.2 (6.2.1.2)

Syntax

C#
public static T GetObject<T>(
	string i_ID,
	string i_Fields = ""
)
where T : new(), FacebookObject
Visual Basic
Public Shared Function GetObject(Of T As {New, FacebookObject}) ( _
	i_ID As String, _
	Optional i_Fields As String = "" _
) As T
Visual C++
public:
generic<typename T>
where T : gcnew(), FacebookObject
static T GetObject(
	String^ i_ID, 
	String^ i_Fields = L""
)

Parameters

i_ID
Type: System..::..String

[Missing <param name="i_ID"/> documentation for "M:FacebookWrapper.FacebookService.GetObject``1(System.String,System.String)"]

i_Fields (Optional)
Type: System..::..String

[Missing <param name="i_Fields"/> documentation for "M:FacebookWrapper.FacebookService.GetObject``1(System.String,System.String)"]

Type Parameters

T

[Missing <typeparam name="T"/> documentation for "M:FacebookWrapper.FacebookService.GetObject``1(System.String,System.String)"]

Return Value

[Missing <returns> documentation for "M:FacebookWrapper.FacebookService.GetObject``1(System.String,System.String)"]

See Also