SourceScope

The SourceScope enum distinguishes the visibility and availability of a source file for processing.

Definition

The file /includes/source/devx/Public/Classes/SourceScope.psm1 was not found.

Fields

Private

Indicates that the source file or folder is for private code, which is used only inside the module. Private code isn’t imported or visible when a user imports the module.

Public

Indicates that the source file or folder is for public code, which is automatically imported and visible when a user imports the module.