| IUploadedFilesCollection Interface | 
Namespace: CMS.Base.Internal
 Syntax
Syntaxpublic interface IUploadedFilesCollection
The IUploadedFilesCollection type exposes the following members.
 Properties
Properties| Name | Description | |
|---|---|---|
|  | Count | 
            Returns the number of posted file objects within the request.
             | 
|  | Item | 
            Returns an IUploadedFile object corresponding to an index item within a request.
             | 
 See Also
See Also