Dynamicweb 8 Documentation
SynchronizePageStructure Method

Synchronize changes in items with pages
Syntax
'Declaration
 
Public Sub SynchronizePageStructure( _ 
   ByVal currentItem As Item, _ 
   ByVal updateModificationDate As Boolean, _ 
   ByVal originalItem As Item _ 
) 
public void SynchronizePageStructure( 
   Item currentItem,
   bool updateModificationDate,
   Item originalItem 
)

Parameters

currentItem
updateModificationDate
originalItem
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

Repository Class
Repository Members

Send Feedback