Click or drag to resize
ResourceInfoResourceHasFiles Property
Gets or sets a value indicating whether this module has associated files or assemblies.

Namespace: CMS.Modules
Assembly: CMS.Modules (in CMS.Modules.dll) Version: 9.0.0
Syntax
C#
public bool ResourceHasFiles { get; set; }

Property Value

Type: Boolean
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