LoadListingEnum

Specify the desired behavior for loading the listing field of a Directory object for use by expressions.

class LoadListingEnum : EnumSchemaBase {}

Members

Enums

Symbol
enum Symbol

Mixins

__anonymous
mixin genBody
Undocumented in source.

Variables

value
Symbol value;
Undocumented in source.

Mixed In Members

From mixin genBody

__anonymous
mixin genBody_!saladVersion
Undocumented in source.

Detailed Description

no listing

Do not load the directory listing.

shallow listing

Only load the top level listing, do not recurse into subdirectories.

deep listing

Load the directory listing and recursively load all subdirectories as well.

Meta