 | 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.3+0a73c45f0c78941900e328c6c6b819597b665e00
Syntaxpublic 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
Task
See Also