Click or drag to resize

DocumentManagerSetMetadata Method (Int32, Int32, String, FieldWithValue, Boolean, String, Database, DbTransaction)

Namespace:  FileHold.LibraryManager
Assembly:  FileHold.LibraryManager (in FileHold.LibraryManager.dll) Version: 17.0.0.0
Syntax
C#
public int SetMetadata(
	int prevMetadataVersionId,
	int documentSchemaId,
	string documentName,
	FieldWithValue[] fieldsWithValues,
	bool overwritePrevious,
	string versionNumber,
	Database database,
	DbTransaction transaction
)

Parameters

prevMetadataVersionId
Type: SystemInt32
documentSchemaId
Type: SystemInt32
documentName
Type: SystemString
fieldsWithValues
Type: FileHold.LibraryManagerFieldWithValue
overwritePrevious
Type: SystemBoolean
versionNumber
Type: SystemString
database
Type: Database
transaction
Type: System.Data.CommonDbTransaction

Return Value

Type: Int32
newMetadataVersionId
See Also