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: 13.0.131
Syntax public IEnumerable<string> GetModuleFiles()
Return Value
Type:
IEnumerableStringList of relative paths to files that will be included in the installation package.
See Also