| IPageRepositoryUpdateSortIndex Method |
Namespace:
Dynamicweb.Content.Data
Assembly:
Dynamicweb (in Dynamicweb.dll) Version: 9.12.0
Syntax void UpdateSortIndex(
int pageID,
int sortIndex
)
Sub UpdateSortIndex (
pageID As Integer,
sortIndex As Integer
)
Parameters
- pageID
- Type: SystemInt32
- sortIndex
- Type: SystemInt32
See Also