DocumentManagerCreateArchiveFolder Method

Definition

Namespace: FileHold.LibraryManager
Assembly: FileHold.LibraryManager (in FileHold.LibraryManager.dll) Version: 17.1.0.0
C#
public int CreateArchiveFolder(
	DocumentManagerDocumentToArchive document,
	bool allowLibraryObjectCreationLogging,
	Database database,
	DbTransaction transaction
)

Parameters

document  DocumentManagerDocumentToArchive
 
allowLibraryObjectCreationLogging  Boolean
 
database  Database
 
transaction  DbTransaction
 

Return Value

Int32

See Also