DocumentManagerRemoveLinks Method

Removes links between documents from selection and specified document

Definition

Namespace: FileHold.LibraryManager
Assembly: FileHold.LibraryManager (in FileHold.LibraryManager.dll) Version: 17.1.0.0
C#
[WebMethodAttribute(Description = "Removes links between documents from selection and specified document")]
public void RemoveLinks(
	Guid selectionId,
	int fromDocumentId
)

Parameters

selectionId  Guid
 
fromDocumentId  Int32
 

See Also