LibraryStructureManagerGetFolderStructure(Int32) Method

Return all properties of a folder.

Definition

Namespace: FileHold.LibraryManager
Assembly: FileHold.LibraryManager (in FileHold.LibraryManager.dll) Version: 17.1.0.0
C#
[WebMethodAttribute(Description = "Return all properties of a folder.")]
public Folder GetFolderStructure(
	int folderId
)

Parameters

folderId  Int32

Return Value

Folder

See Also