SiteTreeServicesCanMovePage Method Ingeniux CMS Web Services API

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

Namespace: IngeniuxCMService
Assembly: IngeniuxCMService (in IngeniuxCMService.dll) Version: 9.0.565.0 (9.0.565)
Syntax

public XHRServiceResponseGeneric<CanMovePageConfirmation> CanMovePage(
	string[] pageIds
)

Parameters

pageIds
Type: SystemString
Ids of Pages to be determined

Return Value

Type: XHRServiceResponseGenericCanMovePageConfirmation

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

Reference