Click or drag to resize

SiteTreeServicesCanMovePage Method


Determines if a collection of Pages can be moved to another location by current User.

Namespace: IngeniuxCMService
Assembly: IngeniuxCMService (in IngeniuxCMService.dll) Version: 10.6.492
Syntax
public XHRServiceResponseGeneric<CanMoveContentItemConfirmation> CanMovePage(
	string[] pageIds
)

Parameters

pageIds  String
Ids of Pages to be determined

Return Value

XHRServiceResponseGenericCanMoveContentItemConfirmation

Confirmation of whether the given Pages and their descendants can be moved. Returns warning if current User cannot reorder Page assigned to another User, and any of the Pages or descendants are assigned to another User

Example
Sample JSON return
JavaScript
{
    canMove: false,
    prompt: "page"
}
See Also