Click or drag to resize
IUploadedFilesCollectionItem 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#
IUploadedFile this[
	int index
] { get; }

Parameters

index
Type: SystemInt32

Property Value

Type: IUploadedFile
Exceptions
ExceptionCondition
ArgumentOutOfRangeExceptionindex is outside the valid range of indexes for the collection.
See Also