| ResourceInfoResourceHasFiles Property | 
            Gets or sets a value indicating whether this module has associated files or assemblies.
            
 
Namespace: CMS.ModulesAssembly: CMS.Modules (in CMS.Modules.dll) Version: 10.0.0
 Syntax
Syntaxpublic bool ResourceHasFiles { get; set; }Property Value
Type: 
Boolean Remarks
Remarks
            Modules with associated files or assemblies are considered available only when these files are present.
            Associated files and files are detected by convention. The application checks whether there is a {ResourceName} subfolder in the CMSModules folder or there is a registered module entry with the same name.
            
 See Also
See Also