Click or drag to resize

PageServiceUpdatePagesOrder Method

Namespace:  Dynamicweb.Content
Assembly:  Dynamicweb (in Dynamicweb.dll) Version: 9.12.0
Syntax
public void UpdatePagesOrder(
	int areaId,
	Nullable<int> pageId,
	IEnumerable<int> childPageIdsOrder
)

Parameters

areaId
Type: SystemInt32
pageId
Type: SystemNullableInt32
childPageIdsOrder
Type: System.Collections.GenericIEnumerableInt32

Implements

IPageServiceUpdatePagesOrder(Int32, NullableInt32, IEnumerableInt32)
See Also