Fetch Method (DynamicWrapper.eLoadOptions)

Facebook API Wrapper

Collapse image Expand Image Copy image CopyHover image
Retrieve the relevant data of the object from facebook server, according to the requested [!:eLoadOptions]

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

Syntax

C#
public void Fetch(
	DynamicWrapper..::..eLoadOptions i_LoadOption
)
Visual Basic
Public Sub Fetch ( _
	i_LoadOption As DynamicWrapper..::..eLoadOptions _
)
Visual C++
public:
void Fetch(
	DynamicWrapper..::..eLoadOptions i_LoadOption
)

Parameters

i_LoadOption
Type: FacebookWrapper.ObjectModel..::..DynamicWrapper..::..eLoadOptions

[Missing <param name="i_LoadOption"/> documentation for "M:FacebookWrapper.ObjectModel.FacebookObject.Fetch(FacebookWrapper.ObjectModel.DynamicWrapper.eLoadOptions)"]

See Also