DocumentManagerChangeDocumentsOwner Method

Changes owner of the selected documents.

Definition

Namespace: FileHold.LibraryManager
Assembly: FileHold.LibraryManager (in FileHold.LibraryManager.dll) Version: 17.1.0.0
C#
[WebMethodAttribute(Description = "Changes owner of the selected documents.")]
public void ChangeDocumentsOwner(
	Guid selectionId,
	Guid newOwnerGuid
)

Parameters

selectionId  Guid
newOwnerGuid  Guid

See Also