ContainsFile Method

HttpServer.dll

Checks if the form contains a specified file

Namespace:  HttpServer
Assembly:  HttpServer (in HttpServer.dll) Version: 1.0.0.0 (1.0.0.0)

Syntax

C#
public bool ContainsFile(
	string name
)
Visual Basic (Declaration)
Public Function ContainsFile ( _
	name As String _
) As Boolean
Visual C++
public:
bool ContainsFile(
	String^ name
)

Parameters

name
Type: System..::.String
Field name of the file parameter

Return Value

True if the file exists

Exceptions

ExceptionCondition
System..::.InvalidOperationExceptionIf the instance is HttpForm.EmptyForm which cannot be modified

See Also