Click or drag to resize

DocumentManagerRemoveLinks Method

Removes 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 RemoveLinks(
	Guid selectionId,
	int fromDocumentId
)

Parameters

selectionId
Type: SystemGuid
fromDocumentId
Type: SystemInt32
See Also