Skip to content

Latest commit

 

History

History
17 lines (8 loc) · 770 Bytes

File metadata and controls

17 lines (8 loc) · 770 Bytes

IndexType

The directory's indexing type. * standard - The directory uses directory indexing with standard formatting. * disabled - The directory doesn't use directory indexing. * inherit - The directory uses the system's default settings. * fancy - The directory uses directory indexing with Apache® httpd’s FancyIndexing directive. The directory will include additional information such as file size and the date of the file's last update.

Enum

  • STANDARD (value: 'standard')

  • DISABLED (value: 'disabled')

  • INHERIT (value: 'inherit')

  • FANCY (value: 'fancy')

[Back to Model list] [Back to API list] [Back to README]