com.aspose.html.io

Interface IFileList

  • All Superinterfaces:
    com.aspose.html.internal.ms.System.Collections.IEnumerable<IFile>, com.aspose.html.internal.ms.System.Collections.Generic.IGenericEnumerable<IFile>, Iterable<IFile>


    @DOMNoInterfaceObjectAttribute
    public interface IFileList
    extends com.aspose.html.internal.ms.System.Collections.Generic.IGenericEnumerable<IFile>

    Represent the interface for list of files.

    • Method Detail

      • get_Item

        IFile get_Item(int index)

        Returns the indexth file in the list.

        Parameters:
        index - The index of file.
        Returns:
        The file.
      • getLength

        long getLength()

        Return length for list of files.