Click or drag to resize

DocumentManagerAddLinks Method

Creates links between documents from selection and specified document

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

Parameters

selectionId
Type: SystemGuid
Identifier of the selection containing the parent document and all child documents.
fromDocumentId
Type: SystemInt32
The DocumentId of the parent document; the remaining documents become child documents.
See Also