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

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

Return Value

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