Images Property

Facebook API Wrapper

Collapse image Expand Image Copy image CopyHover image
Gets the 4 different stored representations of the photo

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

Syntax

C#
public FacebookObjectCollection<FBImage> Images { get; }
Visual Basic
Public ReadOnly Property Images As FacebookObjectCollection(Of FBImage)
	Get
Visual C++
public:
property FacebookObjectCollection<FBImage^>^ Images {
	FacebookObjectCollection<FBImage^>^ get ();
}

Remarks

original: array of objects, containing height, width, and source fields

.NET Framework Security

Permission Description
Requires access_token

See Also