DocumentManagerChangeDocumentType(Int32, DocumentSchemaType, Database, DbTransaction) Method

Definition

Namespace: FileHold.LibraryManager
Assembly: FileHold.LibraryManager (in FileHold.LibraryManager.dll) Version: 17.1.0.0
C#
public void ChangeDocumentType(
	int metadataVersionId,
	DocumentSchemaType type,
	Database database,
	DbTransaction transaction
)

Parameters

metadataVersionId  Int32
 
type  DocumentSchemaType
 
database  Database
 
transaction  DbTransaction
 

See Also