SourceScope
The SourceScope enum distinguishes the visibility and availability of a source file for processing.
less than a minute
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.
Last modified March 3, 2023: (MAINT) Rename Source folder to Projects (8b45aed)