LibraryStructureManagerRemoveDrawer Method

Remove a drawer.

Definition

Namespace: FileHold.LibraryManager
Assembly: FileHold.LibraryManager (in FileHold.LibraryManager.dll) Version: 17.1.0.0
C#
[WebMethodAttribute(Description = "Remove a drawer.")]
public void RemoveDrawer(
	int drawerId,
	bool forceContentRemoval
)

Parameters

drawerId  Int32
 
forceContentRemoval  Boolean
 

See Also