DocumentManagerArchiveDocumentData Method
Archive all documents on the list. Add batch job to relocate files. For use with application server plug-ins only.
Namespace: FileHold.LibraryManagerAssembly: FileHold.LibraryManager (in FileHold.LibraryManager.dll) Version: 17.1.0.0
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