Click or drag to resize

DocumentManagerAddShortcut Method

Create a shortcut to a document in the given folder.

Namespace:  FileHold.LibraryManager
Assembly:  FileHold.LibraryManager (in FileHold.LibraryManager.dll) Version: 17.0.0.0
Syntax
C#
public void AddShortcut(
	int documentId,
	int folderId
)

Parameters

documentId
Type: SystemInt32
folderId
Type: SystemInt32
See Also