VirtualFolderManagerAddToVirtualFolder Method

Add the selected documents to a virtual folder.

Definition

Namespace: FileHold.LibraryManager
Assembly: FileHold.LibraryManager (in FileHold.LibraryManager.dll) Version: 17.1.0.0
C#
[WebMethodAttribute(Description = "Add the selected documents to a virtual folder.")]
public void AddToVirtualFolder(
	Guid selectionId,
	int virtualFolderId
)

Parameters

selectionId  Guid
virtualFolderId  Int32

See Also