Loads content of the stream from the specified file.
Namespace: BlueCieloECM.InnoCielo.Meridian.ClientAssembly: BlueCieloECM.InnoCielo.Meridian (in BlueCieloECM.InnoCielo.Meridian.dll) Version: 1.4.0.0 (1.4.53.0)
public void PutStreamFile(
string streamName,
string filePath
)
public void PutStreamFile(
string streamName,
string filePath
)
Public Sub PutStreamFile ( _
streamName As String, _
filePath As String _
)
Public Sub PutStreamFile ( _
streamName As String, _
filePath As String _
)
public:
void PutStreamFile(
String^ streamName,
String^ filePath
)
public:
void PutStreamFile(
String^ streamName,
String^ filePath
)
Parameters
- streamName
- Type:
System String
The name of the stream.
- filePath
- Type:
System String
The file path to the file from which to load content.
The method does not create a new revision of the stream.