Gets the PicturesColleciton object that holds the various types of pictures of this event object
Namespace: FacebookWrapper.ObjectModel
Assembly: FbGraphApiWrapper (in FbGraphApiWrapper.dll) Version: 6.2.1.2 (6.2.1.2)
Syntax
C# |
---|
public PicturesColleciton Pictures { get; internal set; } |
Visual Basic |
---|
Public Property Pictures As PicturesColleciton Get Friend Set |
Visual C++ |
---|
public: property PicturesColleciton^ Pictures { PicturesColleciton^ get (); internal: void set (PicturesColleciton^ value); } |
Remarks
original: the 'picture' field returns a HTTP 302 with the URL of the event's picture (use ?type=small | normal | large to request a different photo
.NET Framework Security
Permission | Description |
---|---|
any valid access_token, user_events or friends_events |