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: 12.0.0
Syntax public bool ResourceHasFiles { get; set; }
Property Value
Type:
BooleanRemarks
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