Click or drag to resize

LibraryStructureManagerAddFolder Method

Create new folder in library tree.

Namespace:  FileHold.LibraryManager
Assembly:  FileHold.LibraryManager (in FileHold.LibraryManager.dll) Version: 17.0.0.0
Syntax
C#
public int AddFolder(
	int drawerId,
	Folder newFolder
)

Parameters

drawerId
Type: SystemInt32
newFolder
Type: FileHold.LibraryManagerFolder

Return Value

Type: Int32
See Also