| WikiPageMoveAsync(String) Method |
This is preliminary documentation and is subject to change.
Moves (renames) a page. (MediaWiki 1.12)
Namespace: WikiClientLibrary.PagesAssembly: WikiClientLibrary (in WikiClientLibrary.dll) Version: 0.9.0-int.2+447d1d590e6726b7881f750a0a0e42908f3e417e
Syntax public Task MoveAsync(
string newTitle
)
Public Function MoveAsync (
newTitle As String
) As Task
Dim instance As WikiPage
Dim newTitle As String
Dim returnValue As Task
returnValue = instance.MoveAsync(newTitle)
public:
Task^ MoveAsync(
String^ newTitle
)
member MoveAsync :
newTitle : string -> Task
Parameters
- newTitle String
[Missing <param name="newTitle"/> documentation for "M:WikiClientLibrary.Pages.WikiPage.MoveAsync(System.String)"]
Return Value
TaskSee Also