BCDocumentUIGetStreamFile Method |
Saves content of the specified stream to a temporary 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 string GetStreamFile(
string streamName
)
Public Function GetStreamFile (
streamName As String
) As String
public:
String^ GetStreamFile(
String^ streamName
)
member GetStreamFile :
streamName : string -> 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