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

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

Syntax

C#
public Stream OpenProjectFileStream(
	Guid projectFileId
)
Visual Basic
Public Function OpenProjectFileStream ( _
	projectFileId As Guid _
) As Stream
Visual C++
public:
virtual Stream^ OpenProjectFileStream(
	Guid projectFileId
) sealed

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.

Implements

IProject..::..OpenProjectFileStream(Guid)

See Also