Click or drag to resize

DocumentManagerRenamePreparedDocuments Method

Namespace:  FileHold.LibraryManager
Assembly:  FileHold.LibraryManager (in FileHold.LibraryManager.dll) Version: 17.0.0.0
Syntax
C#
public void RenamePreparedDocuments(
	DocumentFinderSnapshot snapshot,
	int documentSchemaId,
	CustomNamingPattern customNamingPattern,
	Database database,
	DbTransaction transaction
)

Parameters

snapshot
Type: FileHold.LibraryManagerDocumentFinderSnapshot
documentSchemaId
Type: SystemInt32
customNamingPattern
Type: FileHold.LibraryManagerCustomNamingPattern
database
Type: Database
transaction
Type: System.Data.CommonDbTransaction
See Also