This document is archived and information here might be outdated. Recommended version. |
Retrieves a file from the specified url.
[Visual Basic .NET] Public Function GetFile ( _ ByVal URL As String _ ) As IStream
[C#] public IStream GetFile ( string URL );
[C++]
HRESULT GetFile(
BSTR URL
);
[C++] Parameters URL [in]
URL is a parameter of type BSTR