Click or drag to resize

StructureChangeMovePages 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 MovePages(
	int sourcePageId,
	int destAreaId,
	int destPageId,
	ref string errorMsg
)

Parameters

sourcePageId
Type: SystemInt32
destAreaId
Type: SystemInt32
destPageId
Type: SystemInt32
errorMsg
Type: SystemString

Return Value

Type: Boolean
See Also