BCImportAddHybridPart Method |
Creates replaced revision of the existing document.
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 BCDocument AddHybridPart(
BCDocument Document,
string PartName,
string SourceContentFile
)
Public Function AddHybridPart (
Document As BCDocument,
PartName As String,
SourceContentFile As String
) As BCDocument
Parameters
- Document
- Type: BlueCieloECM.InnoCielo.Meridian.ServerBCDocument
document revision hybrid part to be added - PartName
- Type: SystemString
Display name for new hybrid part - SourceContentFile
- Type: SystemString
file path to upload hybrid part content
Return Value
Type:
BCDocumentHybrid part BCDocument object
See Also