DocumentManagerArchiveDocuments Method

Definition

Namespace: FileHold.LibraryManager
Assembly: FileHold.LibraryManager (in FileHold.LibraryManager.dll) Version: 17.1.0.0
C#
public void ArchiveDocuments(
	DocumentManagerDocumentToArchive[] documents,
	Guid unchangedSnapshotId,
	bool allowLibraryObjectCreationLogging,
	Database database,
	DbTransaction transaction
)

Parameters

documents  DocumentManagerDocumentToArchive
 
unchangedSnapshotId  Guid
 
allowLibraryObjectCreationLogging  Boolean
 
database  Database
 
transaction  DbTransaction
 

See Also