Interface IFileList
Interface IFileList
Namespace: Aspose.Html.IO
Assembly: Aspose.HTML.dll (25.2.0)
Represent the interface for list of files.
[DOMObject]
[ComVisible(true)]
[DOMName("FileList")]
public interface IFileList : IEnumerable<ifile>, IEnumerable
Implements
IEnumerable<ifile>, IEnumerable
Properties
Length
Return length for list of files.
[DOMName("length")]
long Length { get; }
Property Value
this[int]
Returns the indexth file in the list.
[DOMName("item")]
IFile this[int index] { get; }
Property Value
IFile </ifile>