FbApiWrapper - Documentation |
FacebookService..::..GetCollection<(Of <(<'T>)>)> Method |
FacebookService Class See Also Send Feedback |
[Missing <summary> documentation for "M:FacebookWrapper.FacebookService.GetCollection``1(System.String,System.String,System.String,System.Nullable{System.Int32},FacebookWrapper.ObjectModel.DynamicWrapper.eLoadOptions)"]
Namespace: FacebookWrapper
Assembly: FbGraphApiWrapper (in FbGraphApiWrapper.dll) Version: 6.2.1.2 (6.2.1.2)
Syntax
C# |
---|
public static FacebookObjectCollection<T> GetCollection<T>( string i_Connection, string i_ParentID = "me", string i_Fields = "", Nullable<int> i_Limit = null, DynamicWrapper..::..eLoadOptions i_LoadOptions = DynamicWrapper..::..eLoadOptions.Full ) where T : new(), DynamicWrapper |
Visual Basic |
---|
Public Shared Function GetCollection(Of T As {New, DynamicWrapper}) ( _ i_Connection As String, _ Optional i_ParentID As String = "me", _ Optional i_Fields As String = "", _ Optional i_Limit As Nullable(Of Integer) = Nothing, _ Optional i_LoadOptions As DynamicWrapper..::..eLoadOptions = DynamicWrapper..::..eLoadOptions.Full _ ) As FacebookObjectCollection(Of T) |
Visual C++ |
---|
public: generic<typename T> where T : gcnew(), DynamicWrapper static FacebookObjectCollection<T>^ GetCollection( String^ i_Connection, String^ i_ParentID = L"me", String^ i_Fields = L"", Nullable<int> i_Limit = nullptr, DynamicWrapper..::..eLoadOptions i_LoadOptions = DynamicWrapper..::..eLoadOptions::Full ) |
Parameters
- i_Connection
- Type: System..::..String
[Missing <param name="i_Connection"/> documentation for "M:FacebookWrapper.FacebookService.GetCollection``1(System.String,System.String,System.String,System.Nullable{System.Int32},FacebookWrapper.ObjectModel.DynamicWrapper.eLoadOptions)"]
- i_ParentID (Optional)
- Type: System..::..String
[Missing <param name="i_ParentID"/> documentation for "M:FacebookWrapper.FacebookService.GetCollection``1(System.String,System.String,System.String,System.Nullable{System.Int32},FacebookWrapper.ObjectModel.DynamicWrapper.eLoadOptions)"]
- i_Fields (Optional)
- Type: System..::..String
[Missing <param name="i_Fields"/> documentation for "M:FacebookWrapper.FacebookService.GetCollection``1(System.String,System.String,System.String,System.Nullable{System.Int32},FacebookWrapper.ObjectModel.DynamicWrapper.eLoadOptions)"]
- i_Limit (Optional)
- Type: System..::..Nullable<(Of <(<'Int32>)>)>
[Missing <param name="i_Limit"/> documentation for "M:FacebookWrapper.FacebookService.GetCollection``1(System.String,System.String,System.String,System.Nullable{System.Int32},FacebookWrapper.ObjectModel.DynamicWrapper.eLoadOptions)"]
- i_LoadOptions (Optional)
- Type: FacebookWrapper.ObjectModel..::..DynamicWrapper..::..eLoadOptions
[Missing <param name="i_LoadOptions"/> documentation for "M:FacebookWrapper.FacebookService.GetCollection``1(System.String,System.String,System.String,System.Nullable{System.Int32},FacebookWrapper.ObjectModel.DynamicWrapper.eLoadOptions)"]
Type Parameters
- T
-
[Missing <typeparam name="T"/> documentation for "M:FacebookWrapper.FacebookService.GetCollection``1(System.String,System.String,System.String,System.Nullable{System.Int32},FacebookWrapper.ObjectModel.DynamicWrapper.eLoadOptions)"]
Return Value
[Missing <returns> documentation for "M:FacebookWrapper.FacebookService.GetCollection``1(System.String,System.String,System.String,System.Nullable{System.Int32},FacebookWrapper.ObjectModel.DynamicWrapper.eLoadOptions)"]