Click or drag to resize

LibraryStructureManagerSetDrawerWeight Method

Modify the weight of a drawer.

Namespace:  FileHold.LibraryManager
Assembly:  FileHold.LibraryManager (in FileHold.LibraryManager.dll) Version: 17.0.0.0
Syntax
C#
public void SetDrawerWeight(
	int drawerId,
	int weight
)

Parameters

drawerId
Type: SystemInt32
weight
Type: SystemInt32
See Also