.NET Framework Class Library

IHandlerFactory.Upload Method (Stream, String, String)

<< Click to Display Table of Contents >>

Navigation:  Gnostice Document Studio .NET > Reference Documentation > API Reference > Gnostice.Controls.ASP Namespace > IHandlerFactory Interface > IHandlerFactory Methods > Upload Method  >

.NET Framework Class Library

IHandlerFactory.Upload Method (Stream, String, String)

Namespace: Gnostice.Controls.ASP

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

Syntax

Visual Basic

Function Upload ( _
 stream As Stream, _
 Optional password As String = "", _
 Optional FileName As String = "" _
As String

C#

string Upload(
 Stream stream,
 string password = "",
 string FileName = ""
)

Visual C++

StringUpload(
 Streamstream,
 Stringpassword = L"",
 StringFileName = L""
)

Parameters

stream

Type: System.IO.Stream

password (Optional)

Type: System.String

FileName (Optional)

Type: System.String

See Also

IHandlerFactory Interface

IHandlerFactory Members

Upload Overload

Gnostice.Controls.ASP Namespace