Click or drag to resize

VirtualFolderManagerAddToVirtualFolder Method

Add the selected documents to a virtual folder.

Namespace:  FileHold.LibraryManager
Assembly:  FileHold.LibraryManager (in FileHold.LibraryManager.dll) Version: 17.0.0.0
Syntax
C#
public void AddToVirtualFolder(
	Guid selectionId,
	int virtualFolderId
)

Parameters

selectionId
Type: SystemGuid
virtualFolderId
Type: SystemInt32
See Also