Click or drag to resize

StructureChangeMovePage Method

Note: This API is now obsolete.

Namespace:  Dynamicweb.Content
Assembly:  Dynamicweb (in Dynamicweb.dll) Version: 9.12.0
Syntax
[ObsoleteAttribute("Use PageService.Move instead.")]
public static bool MovePage(
	int sourcePageId,
	int destinationAreaId,
	int destinationPageId,
	ref string errorMessage
)

Parameters

sourcePageId
Type: SystemInt32
destinationAreaId
Type: SystemInt32
destinationPageId
Type: SystemInt32
errorMessage
Type: SystemString

Return Value

Type: Boolean
See Also