Xperience 13 API Reference
Xperience 13 API Reference
Namespaces
CMS Namespaces
CMS.Base Namespaces
CMS.Base.Internal
IUploadedFilesCollection Interface
IUploadedFilesCollection Properties
Count Property
Item Property
IUploadedFilesCollection
Item Property
Returns an
IUploadedFile
object corresponding to an
index
item within a request.
Namespace:
CMS.Base.Internal
Assembly:
CMS.Base (in CMS.Base.dll) Version: 13.0.131
Syntax
C#
Copy
IUploadedFile
this
[
int
index
] {
get
; }
Parameters
index
Type:
System
Int32
Property Value
Type:
IUploadedFile
Exceptions
Exception
Condition
ArgumentOutOfRangeException
index
is outside the valid range of indexes for the collection.
See Also
Reference
IUploadedFilesCollection Interface
CMS.Base.Internal Namespace
Copyright (c) 2023 Kentico Software
Send comments on this topic to
support@kentico.com