BCDocumentUIPutStreamFile Method (String, String, Boolean) |
Loads content of the stream from the specified file.
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 PutStreamFile(
string streamName,
string filePath,
bool newRevision
)
Public Sub PutStreamFile (
streamName As String,
filePath As String,
newRevision As Boolean
)
Parameters
- streamName
- Type: SystemString
The name of the stream. - filePath
- Type: SystemString
The file path to the file from which to load content.
- newRevision
- Type: SystemBoolean
A value indicating whether to create a new revision of the rendition.
See Also