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.3.169
Syntax
public XHRServiceResponseGeneric<CanMoveContentItemConfirmation> CanMovePage(
	string[] pageIds
)

Parameters

pageIds
Type: SystemString
Ids of Pages to be determined

Return Value

Type: 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

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