Click or drag to resize

DocumentManagerCopyShortcuts Method

Copies shortcuts to specified folder This method does not check visibility permissions to documents!

Namespace:  FileHold.LibraryManager
Assembly:  FileHold.LibraryManager (in FileHold.LibraryManager.dll) Version: 17.0.0.0
Syntax
C#
public void CopyShortcuts(
	int[] documentIdArray,
	int destFolderId
)

Parameters

documentIdArray
Type: SystemInt32
destFolderId
Type: SystemInt32
See Also