Click or drag to resize
ModulePackageBuilderGetModuleFiles Method
Gets List of relative paths to files that will be included in the instalation package.

Namespace: CMS.Modules
Assembly: CMS.Modules (in CMS.Modules.dll) Version: 8.2.23
Syntax
C#
public IEnumerable<string> GetModuleFiles()

Return Value

Type: IEnumerableString
List of relative paths to files that will be included in the instalation package.
See Also