Click or drag to resize

DocumentManagerChangeDocumentsOwner Method

Changes owner of the selected documents.

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

Parameters

selectionId
Type: SystemGuid
newOwnerGuid
Type: SystemGuid
See Also