Click or drag to resize

BCImport.UpdateDocument 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.111.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.Server.BCDocument
document revision to be updated
DocumentTypeName
Type: System.String
DocumentType internal name for new document revision
DocumentName
Type: System.String
Display name for new document revision
RevisionNumber
Type: System.String
revision number
Properties
Type: System.Object
properties to set on revision
SourceContentFile
Type: System.String
file path to upload revision content
RenditionContentFile
Type: System.String
file path to upload revision rendition
ReadTitleBlock
Type: System.Boolean
true to read a document title block after properties were set
See Also