Click or drag to resize

LibraryStructureManagerSetFolderWeight Method

Modify the weight of a folder.

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

Parameters

folderId
Type: SystemInt32
weight
Type: SystemInt32
See Also