Response contract for the Wiki Page Move API.

interface WikiPageMoveResponse {
    eTag?: string[];
    pageMove?: WikiPageMove;
}

Properties

Properties

eTag?: string[]

Contains the list of ETag values from the response header of the page move API call. The first item in the list contains the version of the wiki page subject to page move.

pageMove?: WikiPageMove

Defines properties for wiki page move.