LibraryStructureManagerSetFolderWeight Method

Modify the weight of a folder.

Definition

Namespace: FileHold.LibraryManager
Assembly: FileHold.LibraryManager (in FileHold.LibraryManager.dll) Version: 17.1.0.0
C#
[WebMethodAttribute(Description = "Modify the weight of a folder.")]
public void SetFolderWeight(
	int folderId,
	int weight
)

Parameters

folderId  Int32
weight  Int32

See Also