Namespace: ConnectedApps.Cms.IOAssembly: ConnectedApps.Cms.IO (in ConnectedApps.Cms.IO.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic static Stream OpenRead(
string path
)
Public Shared Function OpenRead (
path As String
) As Stream
public:
static Stream^ OpenRead(
String^ path
)
static member OpenRead :
path : string -> Stream
Parameters
- path
- Type: SystemString
Return Value
Type:
Stream
See Also