  | 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
)<ObsoleteAttribute("Use PageService.Move instead.")>
Public Shared Function MovePage ( 
	sourcePageId As Integer,
	destinationAreaId As Integer,
	destinationPageId As Integer,
	ByRef errorMessage As String
) As BooleanParameters
- sourcePageId
 - Type: SystemInt32
 - destinationAreaId
 - Type: SystemInt32
 - destinationPageId
 - Type: SystemInt32
 - errorMessage
 - Type: SystemString
 
Return Value
Type: 
Boolean
See Also