| ModulePackageBuilderGetModuleFiles Method | 
            Gets List of relative paths to files that will be included in the installation package.
            
 
Namespace: CMS.ModulesAssembly: CMS.Modules (in CMS.Modules.dll) Version: 10.0.0
 Syntax
Syntaxpublic IEnumerable<string> GetModuleFiles()
Return Value
Type: 
IEnumerableStringList of relative paths to files that will be included in the installation package.
 See Also
See Also