Type Property

Facebook API Wrapper

Collapse image Expand Image Copy image CopyHover image
Gets The type of the album: profile, mobile, wall, normal or album

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

Syntax

C#
public Album..::..eType Type { get; }
Visual Basic
Public ReadOnly Property Type As Album..::..eType
	Get
Visual C++
public:
property Album..::..eType Type {
	Album..::..eType get ();
}

Remarks

original: string

.NET Framework Security

Permission Description
Any valid access_token or user_photos or friend_photos

See Also