LibraryStructureManagerGetDrawerStructureWithDetails Method

Return drawer with given ID with all categories and folders and their details. All folder properties are returned, including membership and auto-tagging information.

Definition

Namespace: FileHold.LibraryManager
Assembly: FileHold.LibraryManager (in FileHold.LibraryManager.dll) Version: 17.1.0.0
C#
[WebMethodAttribute(Description = "Return drawer with given ID with all categories and folders and their details")]
public Drawer GetDrawerStructureWithDetails(
	int drawerId
)

Parameters

drawerId  Int32

Return Value

Drawer

See Also