Click or drag to resize

DocumentManagerCreateArchiveFolder Method

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

Parameters

document
Type: FileHold.LibraryManagerDocumentManagerDocumentToArchive
allowLibraryObjectCreationLogging
Type: SystemBoolean
database
Type: Database
transaction
Type: System.Data.CommonDbTransaction

Return Value

Type: Int32
See Also