Click or drag to resize
IUploadedFilesCollection Interface
Defines a contract for a collection of files uploaded within a request.

Namespace: CMS.Base.Internal
Assembly: CMS.Base (in CMS.Base.dll) Version: 13.0.131
Syntax
C#
public interface IUploadedFilesCollection

The IUploadedFilesCollection type exposes the following members.

Properties
  NameDescription
Public propertyCount
Returns the number of posted file objects within the request.
Public propertyItem
Returns an IUploadedFile object corresponding to an index item within a request.
Top
See Also