IVirtualFileOpen Method Content Studio 5.7 SDK
Content Studio Web Content Management System

[This is preliminary documentation and is subject to change.]

When implemented, returns a read-only stream to the virtual resource.

Namespace: ContentStudio.Model
Assembly: CS5Interfaces (in CS5Interfaces.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax

Stream Open()

Return Value

Type: Stream
A read-only stream to the virtual file.
Remarks

The Open method returns a stream containing the data treated as a file by the IVirtualPathProvider interface. The stream is read-only, and can be seekable.
Note Note
The Open method is not required to return a seekable stream.
See Also

Reference