DocumentManagerArchiveDocumentData Method

Archive all documents on the list. Add batch job to relocate files. For use with application server plug-ins only.

Definition

Namespace: FileHold.LibraryManager
Assembly: FileHold.LibraryManager (in FileHold.LibraryManager.dll) Version: 17.1.0.0
C#
public void ArchiveDocumentData(
	IEnumerable<DocumentData> documentsData,
	Guid unchangedSnapshotId,
	bool allowLibraryObjectCreationLogging,
	Database database,
	DbTransaction transaction
)

Parameters

documentsData  IEnumerableDocumentData
unchangedSnapshotId  Guid
allowLibraryObjectCreationLogging  Boolean
database  Database
transaction  DbTransaction

See Also