[This is preliminary documentation and is subject to change.]

Lets a user edit a Facebook note through your application.

Namespace:  Facebook.Api.Controllers
Assembly:  Facebook (in Facebook.dll) Version: 0.2009.4.13 (0.2009.4.13)

Syntax

C#
public FacebookResponse<bool> Edit(
	long noteId,
	string title,
	string content
)
Visual Basic (Declaration)
Public Function Edit ( _
	noteId As Long, _
	title As String, _
	content As String _
) As FacebookResponse(Of Boolean)
Visual C++
public:
FacebookResponse<bool>^ Edit(
	long long noteId, 
	String^ title, 
	String^ content
)

Parameters

noteId
Type: System..::.Int64
The ID of the note to edit.
title
Type: System..::.String
The title of the note.
content
Type: System..::.String
The note's content.

Return Value

[Missing <returns> documentation for "M:Facebook.Api.Controllers.NotesController.Edit(System.Int64,System.String,System.String)"]

See Also

NotesController Class
Facebook.Api.Controllers Namespace