summaryP:DotNetNuke.Entities.Modules.PortalModuleBase.ModulePath

Namespace: DotNetNuke.Entities.Modules
Assembly: DotNetNuke (in DotNetNuke.dll)

Syntax

C#
[ObsoleteAttribute("ModulePath was renamed to ControlPath and moved to IModuleControl in version 5.0")]
public string ModulePath { get; }
Visual Basic
<ObsoleteAttribute("ModulePath was renamed to ControlPath and moved to IModuleControl in version 5.0")> 
Public ReadOnly Property ModulePath As String
	Get

See Also