.NET Framework Class Library

DocumentHandler.GetFileFromServerDirectory Method

<< Click to Display Table of Contents >>

.NET Framework Class Library

DocumentHandler.GetFileFromServerDirectory Method

Namespace: Gnostice.Controls.ASP

Assembly:  Gnostice.Controls.ASP (in Gnostice.Controls.ASP.dll)

Syntax

Visual Basic

Protected Overrides Function GetFileFromServerDirectory ( _
 fileName As String _
As Stream

C#

protected override Stream GetFileFromServerDirectory(
 string fileName
)

Visual C++

protected:
virtual StreamGetFileFromServerDirectory(
 StringfileName
override

Parameters

fileName

Type: System.String

See Also

DocumentHandler Class

DocumentHandler Members

Gnostice.Controls.ASP Namespace