Click or drag to resize

LibraryStructureManagerAddFolderWithLogging Method

Create new folder in library tree and log it (or not).

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

Parameters

drawerId
Type: SystemInt32
newFolder
Type: FileHold.LibraryManagerFolder
doLogging
Type: SystemBoolean

Return Value

Type: Int32
See Also