| PostedFileCollectionItem Property |
Namespace:
Dynamicweb.Environment
Assembly:
Dynamicweb.Environment (in Dynamicweb.Environment.dll) Version: 4.0.2
Syntax public virtual PostedFileBase this[
string name
] { get; }
Public Overridable ReadOnly Property Item (
name As String
) As PostedFileBase
Get
Parameters
- name
- Type: SystemString
Property Value
Type:
PostedFileBaseSee Also