BCDocumentUIPutStreamFile Method (String, String) |
Loads content of the stream from the specified file.
Namespace: BlueCieloECM.InnoCielo.Meridian.ClientAssembly: BlueCieloECM.InnoCielo.Meridian (in BlueCieloECM.InnoCielo.Meridian.dll) Version: 4.0.0.0 (4.0.19.0)
Syntax public void PutStreamFile(
string streamName,
string filePath
)
Public Sub PutStreamFile (
streamName As String,
filePath As String
)
public:
void PutStreamFile(
String^ streamName,
String^ filePath
)
member PutStreamFile :
streamName : string *
filePath : string -> unit
Parameters
- streamName
- Type: SystemString
The name of the stream. - filePath
- Type: SystemString
The file path to the file from which to load content.
Remarks
The method does not create a new revision of the stream.
See Also