Click or drag to resize

DocumentManagerChangeDocumentOwner Method

Namespace:  FileHold.LibraryManager
Assembly:  FileHold.LibraryManager (in FileHold.LibraryManager.dll) Version: 17.0.0.0
Syntax
C#
public void ChangeDocumentOwner(
	int metadataVersionId,
	Guid newOwner,
	Database database,
	DbTransaction transaction
)

Parameters

metadataVersionId
Type: SystemInt32
newOwner
Type: SystemGuid
database
Type: Database
transaction
Type: System.Data.CommonDbTransaction
See Also