FbApiWrapper - Documentation |
Album..::..UploadPhoto Method (String, String, String) |
Album Class See Also Send Feedback |
[Missing <summary> documentation for "M:FacebookWrapper.ObjectModel.Album.UploadPhoto(System.String,System.String,System.String)"]
Namespace: FacebookWrapper.ObjectModel
Assembly: FbGraphApiWrapper (in FbGraphApiWrapper.dll) Version: 6.2.1.2 (6.2.1.2)
Syntax
C# |
---|
public Photo UploadPhoto( string i_PictureFilePath, string i_Title = null, string i_Caption = null ) |
Visual Basic |
---|
Public Function UploadPhoto ( _ i_PictureFilePath As String, _ Optional i_Title As String = Nothing, _ Optional i_Caption As String = Nothing _ ) As Photo |
Visual C++ |
---|
public: Photo^ UploadPhoto( String^ i_PictureFilePath, String^ i_Title = nullptr, String^ i_Caption = nullptr ) |
Parameters
- i_PictureFilePath
- Type: System..::..String
[Missing <param name="i_PictureFilePath"/> documentation for "M:FacebookWrapper.ObjectModel.Album.UploadPhoto(System.String,System.String,System.String)"]
- i_Title (Optional)
- Type: System..::..String
[Missing <param name="i_Title"/> documentation for "M:FacebookWrapper.ObjectModel.Album.UploadPhoto(System.String,System.String,System.String)"]
- i_Caption (Optional)
- Type: System..::..String
[Missing <param name="i_Caption"/> documentation for "M:FacebookWrapper.ObjectModel.Album.UploadPhoto(System.String,System.String,System.String)"]
Return Value
[Missing <returns> documentation for "M:FacebookWrapper.ObjectModel.Album.UploadPhoto(System.String,System.String,System.String)"]