Click or drag to resize

DocumentManagerArchiveDocuments Method

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

Parameters

documents
Type: FileHold.LibraryManagerDocumentManagerDocumentToArchive
unchangedSnapshotId
Type: SystemGuid
allowLibraryObjectCreationLogging
Type: SystemBoolean
database
Type: Database
transaction
Type: System.Data.CommonDbTransaction
See Also