| PostedFileCollectionGetFiles Method |
Namespace:
Dynamicweb.Environment
Assembly:
Dynamicweb.Environment (in Dynamicweb.Environment.dll) Version: 4.0.2
Syntax public virtual IList<PostedFileBase> GetFiles(
string name
)
Public Overridable Function GetFiles (
name As String
) As IList(Of PostedFileBase)
Parameters
- name
- Type: SystemString
Return Value
Type:
IListPostedFileBaseSee Also