Class FacebookMediaObject
- Namespace
- Assembly
- Facebook.dll
Represents a media object such as a photo or video.
public class FacebookMediaObject
- Inheritance
-
FacebookMediaObject
- Inherited Members
Constructors
FacebookMediaObject()
public FacebookMediaObject()
Properties
ContentType
Gets or sets the type of the content.
public string ContentType { get; set; }
Property Value
- string
The type of the content.
FileName
Gets or sets the name of the file.
public string FileName { get; set; }
Property Value
- string
The name of the file.
Methods
GetValue()
Gets the value of the media object.
public byte[] GetValue()
Returns
- byte[]
The value of the media object.
SetValue(byte[])
Sets the value of the media object.
public FacebookMediaObject SetValue(byte[] value)
Parameters
value
byte[]The media object value.
Returns
- FacebookMediaObject
Facebook Media Object