PrivcaySettings Property

Facebook API Wrapper

Collapse image Expand Image Copy image CopyHover image
Gets The privacy settings for the album

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

Syntax

C#
public string PrivcaySettings { get; }
Visual Basic
Public ReadOnly Property PrivcaySettings As String
	Get
Visual C++
public:
property String^ PrivcaySettings {
	String^ get ();
}

.NET Framework Security

Permission Description
Any valid access_token or user_photos or friend_photos

See Also