BCDocumentUIGetStreamFile Method |
Saves content of the specified stream to a temporary 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 string GetStreamFile(
string streamName
)
Public Function GetStreamFile (
streamName As String
) As String
Parameters
- streamName
- Type: SystemString
The name of the stream.
Return Value
Type:
String
The file path to the temporary file with the content of the stream.
See Also