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.40.0)
Syntax
C# |
---|
public void PutStreamFile(
string streamName,
string filePath,
bool newRevision
) |
Visual Basic |
---|
Public Sub PutStreamFile ( _
streamName As String, _
filePath As String, _
newRevision As Boolean _
) |
Visual C++ |
---|
public:
void PutStreamFile(
String^ streamName,
String^ filePath,
bool newRevision
) |
See Also