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.111.0)
Syntaxpublic void UpdateDocument(
	BCDocument Document,
	string DocumentTypeName,
	string DocumentName,
	string RevisionNumber,
	Object Properties,
	string SourceContentFile,
	string RenditionContentFile,
	bool ReadTitleBlock
)
Public Sub UpdateDocument ( 
	Document As BCDocument,
	DocumentTypeName As String,
	DocumentName As String,
	RevisionNumber As String,
	Properties As Object,
	SourceContentFile As String,
	RenditionContentFile As String,
	ReadTitleBlock As Boolean
)
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