FBImage Class

Facebook API Wrapper

Collapse image Expand Image Copy image CopyHover image
An object represnting an image in a Photo object

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

Syntax

C#
[SerializableAttribute]
public class FBImage : DynamicWrapper
Visual Basic
<SerializableAttribute> _
Public Class FBImage _
	Inherits DynamicWrapper
Visual C++
[SerializableAttribute]
public ref class FBImage : public DynamicWrapper

Inheritance Hierarchy

System..::..Object
  FacebookWrapper.ObjectModel..::..DynamicWrapper
    FacebookWrapper.ObjectModel..::..FBImage

See Also