| RepositorySynchronizePageStructure Method (Item, Boolean, Item) |
Namespace:
Dynamicweb.Content.Items.Queries
Assembly:
Dynamicweb (in Dynamicweb.dll) Version: 9.12.0
Syntax public void SynchronizePageStructure(
Item currentItem,
bool updateModificationDate,
Item originalItem
)
Public Sub SynchronizePageStructure (
currentItem As Item,
updateModificationDate As Boolean,
originalItem As Item
)
Parameters
- currentItem
- Type: Dynamicweb.Content.ItemsItem
- updateModificationDate
- Type: SystemBoolean
- originalItem
- Type: Dynamicweb.Content.ItemsItem
See Also