[This is preliminary documentation and is subject to change.]

Moves the attributes up or down

Namespace:  OfficeClip.DBLayer.Metabase
Assembly:  OfficeClip.DBLayer (in OfficeClip.DBLayer)
Version: 8.1.1.0

Syntax

C#
public void MoveAttribute(
	int attributeId,
	bool isUp
)
Visual Basic (Declaration)
Public Sub MoveAttribute ( _
	attributeId As Integer, _
	isUp As Boolean _
)
Visual C++
public:
void MoveAttribute(
	int attributeId, 
	bool isUp
)

Parameters

attributeId
Type: System..::.Int32
The unique id of the attribute
isUp
Type: System..::.Boolean
True if the section is to be moved up, false if moved down

See Also