Interface IMultiFileUploadParameter
-
public interface IMultiFileUploadParameter
Interface for MultiFileUpload parameter.Used by
MultiFileUploadControl
to set a parameter for process action. This object can provides all relevant information for this control to processAction scope.- Since:
- 6.1.0
- Version:
- $Revision: 13752 $ $Date: 2011-10-13 14:10:51 -0300 (Thu, 13 Oct 2011) $
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String
getDataId()
Get a data id.Collection<IMultiFileUploadParameterItem>
getItems()
Returns a collection ofIMultiFileUploadParameterItem
.
-
-
-
Method Detail
-
getItems
Collection<IMultiFileUploadParameterItem> getItems()
Returns a collection ofIMultiFileUploadParameterItem
.- Since:
- 6.1.0
-
getDataId
String getDataId()
Get a data id.- Returns:
- dataId
- Since:
- 6.1.0
-
-