| 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
)
<ObsoleteAttribute("Use PageService.Move instead.")>
Public Shared Function MovePages (
sourcePageId As Integer,
destAreaId As Integer,
destPageId As Integer,
ByRef errorMsg As String
) As Boolean
Parameters
- sourcePageId
- Type: SystemInt32
- destAreaId
- Type: SystemInt32
- destPageId
- Type: SystemInt32
- errorMsg
- Type: SystemString
Return Value
Type:
BooleanSee Also