Click or drag to resize

LibraryStructureManagerSetCategoryWeight Method

Modify the weight of a folder group.

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

Parameters

categoryId
Type: SystemInt32
weight
Type: SystemInt32
See Also