PicturesColleciton Constructor

Facebook API Wrapper

Collapse image Expand Image Copy image CopyHover image
Initializes a new instance of the PicturesColleciton class

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

Syntax

C#
public PicturesColleciton(
	FacebookObject i_Owner,
	Type i_EnumOfTypes,
	bool i_LoadImagesAsync
)
Visual Basic
Public Sub New ( _
	i_Owner As FacebookObject, _
	i_EnumOfTypes As Type, _
	i_LoadImagesAsync As Boolean _
)
Visual C++
public:
PicturesColleciton(
	FacebookObject^ i_Owner, 
	Type^ i_EnumOfTypes, 
	bool i_LoadImagesAsync
)

Parameters

i_Owner
Type: FacebookWrapper.ObjectModel..::..FacebookObject

[Missing <param name="i_Owner"/> documentation for "M:FacebookWrapper.ObjectModel.PicturesColleciton.#ctor(FacebookWrapper.ObjectModel.FacebookObject,System.Type,System.Boolean)"]

i_EnumOfTypes
Type: System..::..Type

[Missing <param name="i_EnumOfTypes"/> documentation for "M:FacebookWrapper.ObjectModel.PicturesColleciton.#ctor(FacebookWrapper.ObjectModel.FacebookObject,System.Type,System.Boolean)"]

i_LoadImagesAsync
Type: System..::..Boolean

[Missing <param name="i_LoadImagesAsync"/> documentation for "M:FacebookWrapper.ObjectModel.PicturesColleciton.#ctor(FacebookWrapper.ObjectModel.FacebookObject,System.Type,System.Boolean)"]

See Also