[This is preliminary documentation and is subject to change.]
Moves a section up or down
Namespace:
OfficeClip.DBLayer.MetabaseAssembly: OfficeClip.DBLayer (in OfficeClip.DBLayer)
Version: 8.1.1.0
Syntax
| C# |
|---|
public void MoveSection( int sectionId, bool isUp ) |
| Visual Basic (Declaration) |
|---|
Public Sub MoveSection ( _ sectionId As Integer, _ isUp As Boolean _ ) |
| Visual C++ |
|---|
public: void MoveSection( int sectionId, bool isUp ) |
Parameters
- sectionId
- Type: System..::.Int32
The unique id of the section
- isUp
- Type: System..::.Boolean
True if the section is to be moved up, false if moved down
