DocumentManagerAddLinks Method
Creates links between documents from selection and specified document
Namespace: FileHold.LibraryManagerAssembly: FileHold.LibraryManager (in FileHold.LibraryManager.dll) Version: 17.1.0.0
[WebMethodAttribute(Description = "Creates links between documents from selection and specified document")]
public void AddLinks(
Guid selectionId,
int fromDocumentId
)
Parameters
- selectionId Guid
- Identifier of the selection containing the parent document and all child documents.
- fromDocumentId Int32
- The DocumentId of the parent document; the remaining documents become child documents.