Cover Class

Facebook API Wrapper

Collapse image Expand Image Copy image CopyHover image
An object represnting a cover photo of a Page or a timeline

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

Syntax

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

Inheritance Hierarchy

System..::..Object
  FacebookWrapper.ObjectModel..::..DynamicWrapper
    FacebookWrapper.ObjectModel..::..Cover

See Also