LibraryStructureManagerAddFolder Method

Create new folder in library tree.

Definition

Namespace: FileHold.LibraryManager
Assembly: FileHold.LibraryManager (in FileHold.LibraryManager.dll) Version: 17.1.0.0
C#
[WebMethodAttribute(Description = "Create new folder in library tree.")]
[XmlIncludeAttribute(typeof(int[]))]
public int AddFolder(
	int drawerId,
	Folder newFolder
)

Parameters

drawerId  Int32
newFolder  Folder

Return Value

Int32

See Also