| SiteTreeServicesMoveCopyPageAdvanced Method | 
Namespace: IngeniuxCMService
 Syntax
Syntaxpublic XHRServiceResponseGeneric<PageAdvanceMoveCopyOutput> MoveCopyPageAdvanced( string[] pageIds, string targetId, string location, bool copy, bool special, string targetLocale, string pubTargetId, bool singlePageCopy )
[Missing <param name="singlePageCopy"/> documentation for "M:IngeniuxCMService.SiteTreeServices.MoveCopyPageAdvanced(System.String[],System.String,System.String,System.Boolean,System.Boolean,System.String,System.String,System.Boolean)"]
Object containing information of the action executed, and properties of the Pages after move/copy.
 Examples
Examples{
    "code": 0,
    "error": null,
    "message": {
        "pageAction": "copy",
        "pageProperties": [{
            "name": "Soap",
            "allowedCategoryRoots": [],
            "ancestors": ["x1", "x2", "x100", "x109"],
            "assignedGroup": null,
            "assignedUser": {
                "name": "Turtle Master",
                "email": "awang@ingeniux.com",
                "userId": "INGENIUX\\awang"
            },
            "canClaimPage": false,
            "canTranslate": false,
            "checkedOut": true,
            "error": null,
            "icon": 9,
            "isAssignedToOtherUser": false,
            "isEditable": true,
            "isInWorkflow": false,
            "justRecycled": false,
            "languageRootId": "",
            "lingualMaps": {
                "clones": [],
                "master": null
            },
            "locale": "",
            "localeInherited": true,
            "markedForPublish": false,
            "markedForPublishAny": false,
            "markedForPublishPropagated": false,
            "nextPageId": null,
            "nextPageIndex": 0,
            "noDnd": false,
            "numChildPages": 0,
            "pageId": "x108",
            "parentId": null,
            "pendingMasterVersion": 0,
            "referenceProps": {
                "created": "20140110T01:21:30",
                "createdBy": "INGENIUX\\awang",
                "endDate": "00010101T00:00:00",
                "lastModified": "20140130T18:49:40",
                "lastModifiedBy": "User\/INGENIUX___awang",
                "publishAs": "",
                "startDate": "00010101T00:00:00"
            },
            "remoteServer": "",
            "schemaFriendlyName": null,
            "schemaName": "SOAPServiceClient",
            "schemaOnLatestVersion": false,
            "securityLevel": 2,
            "userCanCopyPage": true,
            "workflow": null
        }],
        "queryString": {
            "copy": false,
            "pageIds": "x108",
            "targetId": "x109"
        }
    }
} Remarks
RemarksNon-existing Page are ignored.
All Pages specified will be placed as sibling after move/copy, without consideration of their original positions in the Site tree hierarchy.
 See Also
See Also