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