@DOMNoInterfaceObjectAttribute public interface IFileList extends com.aspose.ms.System.Collections.Generic.IGenericEnumerable<IFile>
Represent the interface for list of files.
| Modifier and Type | Method and Description |
|---|---|
IFile |
get_Item(int index)
Returns the indexth file in the list.
|
long |
getLength()
Return length for list of files.
|
IFile get_Item(int index)
Returns the indexth file in the list.
index - The index of file.long getLength()
Return length for list of files.