Click or drag to resize

LibraryStructureManagerRemoveFolder Method

Remove a folder.

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

Parameters

folderId
Type: SystemInt32
forceContentRemoval
Type: SystemBoolean
See Also