Enum PortalTemplateModuleAction
Specify what should happen during the application of a portal template when modules collide with existing modules.
Namespace: DotNetNuke.Abstractions.Portals.Templates
Assembly: DotNetNuke.Abstractions.dll
Syntax
public enum PortalTemplateModuleAction : int
Fields
Name | Description |
---|---|
Ignore | Ignore |
Merge | Add the module to the page next to the old module |
Replace | Replace the old module |