Click or drag to resize
BCImportUpdateDocument Method
Updates document revision.

Namespace: BlueCieloECM.InnoCielo.Meridian.Client
Assembly: BlueCieloECM.InnoCielo.Meridian (in BlueCieloECM.InnoCielo.Meridian.dll) Version: 4.0.0.0 (4.0.19.0)
Syntax
public void UpdateDocument(
	BCDocument Document,
	string DocumentTypeName,
	string DocumentName,
	string RevisionNumber,
	Object Properties,
	string SourceContentFile,
	string RenditionContentFile,
	bool ReadTitleBlock
)

Parameters

Document
Type: BlueCieloECM.InnoCielo.Meridian.ServerBCDocument
document revision to be updated
DocumentTypeName
Type: SystemString
DocumentType internal name for new document revision
DocumentName
Type: SystemString
Display name for new document revision
RevisionNumber
Type: SystemString
revision number
Properties
Type: SystemObject
properties to set on revision
SourceContentFile
Type: SystemString
file path to upload revision content
RenditionContentFile
Type: SystemString
file path to upload revision rendition
ReadTitleBlock
Type: SystemBoolean
true to read a document title block after properties were set
See Also