Returns a stream that can be used to save out the latest version of the file.

Namespace: Sdl.ProjectAutomation.Core
Assembly: Sdl.ProjectAutomation.Core (in Sdl.ProjectAutomation.Core.dll) Version: 1.0.0.0 (1.2.3064.0)

Syntax

C#
Stream OpenProjectFileStream(
	Guid projectFileId
)
Visual Basic
Function OpenProjectFileStream ( _
	projectFileId As Guid _
) As Stream
Visual C++
Stream^ OpenProjectFileStream(
	Guid projectFileId
)

Parameters

projectFileId
Type: System..::..Guid
The file to obtain the stream for.

Return Value

A stream from which the file contents can be read. It is the responsibility of the caller to close this stream.

See Also