  | StructureChangeDeletePages Method  | 
 Note: This API is now obsolete.
 
    Namespace: 
   Dynamicweb.Content
    Assembly:
   Dynamicweb (in Dynamicweb.dll) Version: 9.12.0
Syntax[ObsoleteAttribute("Use PageService.DeletePages instead.")]
public static Object DeletePages(
	ref int pageID,
	ref bool topPage,
	int id
)<ObsoleteAttribute("Use PageService.DeletePages instead.")>
Public Shared Function DeletePages ( 
	ByRef pageID As Integer,
	ByRef topPage As Boolean,
	id As Integer
) As ObjectParameters
- pageID
 - Type: SystemInt32
 - topPage
 - Type: SystemBoolean
 - id
 - Type: SystemInt32
 
Return Value
Type: 
Object
See Also