RetrieveCollection(T) Method

Facebook API Wrapper

Collapse image Expand Image Copy image CopyHover image

[Missing <summary> documentation for "M:FacebookWrapper.ObjectModel.FacebookObject.RetrieveCollection``1(System.String,FacebookWrapper.ObjectModel.FacebookObjectCollection{``0}@,System.String,FacebookWrapper.ObjectModel.DynamicWrapper.eLoadOptions,System.Nullable{System.Int32})"]

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

Syntax

C#
protected FacebookObjectCollection<T> RetrieveCollection<T>(
	string i_Connection,
	ref FacebookObjectCollection<T> io_TheCollection,
	string i_Fields = "",
	DynamicWrapper..::..eLoadOptions i_LoadOptions = DynamicWrapper..::..eLoadOptions.Full,
	Nullable<int> i_Limit = null
)
where T : new(), DynamicWrapper
Visual Basic
Protected Function RetrieveCollection(Of T As {New, DynamicWrapper}) ( _
	i_Connection As String, _
	ByRef io_TheCollection As FacebookObjectCollection(Of T), _
	Optional i_Fields As String = "", _
	Optional i_LoadOptions As DynamicWrapper..::..eLoadOptions = DynamicWrapper..::..eLoadOptions.Full, _
	Optional i_Limit As Nullable(Of Integer) = Nothing _
) As FacebookObjectCollection(Of T)
Visual C++
protected:
generic<typename T>
where T : gcnew(), DynamicWrapper
FacebookObjectCollection<T>^ RetrieveCollection(
	String^ i_Connection, 
	FacebookObjectCollection<T>^% io_TheCollection, 
	String^ i_Fields = L"", 
	DynamicWrapper..::..eLoadOptions i_LoadOptions = DynamicWrapper..::..eLoadOptions::Full, 
	Nullable<int> i_Limit = nullptr
)

Parameters

i_Connection
Type: System..::..String

[Missing <param name="i_Connection"/> documentation for "M:FacebookWrapper.ObjectModel.FacebookObject.RetrieveCollection``1(System.String,FacebookWrapper.ObjectModel.FacebookObjectCollection{``0}@,System.String,FacebookWrapper.ObjectModel.DynamicWrapper.eLoadOptions,System.Nullable{System.Int32})"]

io_TheCollection
Type: FacebookWrapper.ObjectModel..::..FacebookObjectCollection<(Of <(<'T>)>)>%

[Missing <param name="io_TheCollection"/> documentation for "M:FacebookWrapper.ObjectModel.FacebookObject.RetrieveCollection``1(System.String,FacebookWrapper.ObjectModel.FacebookObjectCollection{``0}@,System.String,FacebookWrapper.ObjectModel.DynamicWrapper.eLoadOptions,System.Nullable{System.Int32})"]

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

[Missing <param name="i_Fields"/> documentation for "M:FacebookWrapper.ObjectModel.FacebookObject.RetrieveCollection``1(System.String,FacebookWrapper.ObjectModel.FacebookObjectCollection{``0}@,System.String,FacebookWrapper.ObjectModel.DynamicWrapper.eLoadOptions,System.Nullable{System.Int32})"]

i_LoadOptions (Optional)
Type: FacebookWrapper.ObjectModel..::..DynamicWrapper..::..eLoadOptions

[Missing <param name="i_LoadOptions"/> documentation for "M:FacebookWrapper.ObjectModel.FacebookObject.RetrieveCollection``1(System.String,FacebookWrapper.ObjectModel.FacebookObjectCollection{``0}@,System.String,FacebookWrapper.ObjectModel.DynamicWrapper.eLoadOptions,System.Nullable{System.Int32})"]

i_Limit (Optional)
Type: System..::..Nullable<(Of <(<'Int32>)>)>

[Missing <param name="i_Limit"/> documentation for "M:FacebookWrapper.ObjectModel.FacebookObject.RetrieveCollection``1(System.String,FacebookWrapper.ObjectModel.FacebookObjectCollection{``0}@,System.String,FacebookWrapper.ObjectModel.DynamicWrapper.eLoadOptions,System.Nullable{System.Int32})"]

Type Parameters

T

[Missing <typeparam name="T"/> documentation for "M:FacebookWrapper.ObjectModel.FacebookObject.RetrieveCollection``1(System.String,FacebookWrapper.ObjectModel.FacebookObjectCollection{``0}@,System.String,FacebookWrapper.ObjectModel.DynamicWrapper.eLoadOptions,System.Nullable{System.Int32})"]

Return Value

[Missing <returns> documentation for "M:FacebookWrapper.ObjectModel.FacebookObject.RetrieveCollection``1(System.String,FacebookWrapper.ObjectModel.FacebookObjectCollection{``0}@,System.String,FacebookWrapper.ObjectModel.DynamicWrapper.eLoadOptions,System.Nullable{System.Int32})"]

See Also