C# Class PHP.Core.GlobalConfiguration.PostedFilesSection

Inheritance: IPhpConfigurationSection
Mostra file Open project: jadu/Phalanger

Public Properties

Property Type Description
Accept bool
TempPath string

Public Methods

Method Description
GetTempPath ( SafeModeSection safeModeConfig ) : string
Parse ( string name, string value, XmlNode node ) : bool

Loads configuration from XML node.

Private Methods

Method Description
DeepCopy ( ) : PostedFilesSection

Method Details

GetTempPath() public method

public GetTempPath ( SafeModeSection safeModeConfig ) : string
safeModeConfig SafeModeSection
return string

Parse() public method

Loads configuration from XML node.
public Parse ( string name, string value, XmlNode node ) : bool
name string
value string
node System.Xml.XmlNode
return bool

Property Details

Accept public_oe property

Whether to accept HTTP posted files.
public bool Accept
return bool

TempPath public_oe property

Path where to store uploaded files to make them accessible to scripts. Can be a null reference or empty string which means that default path is used.
public string TempPath
return string