Gets the Path for this control (used primarily for UserControls)

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

Syntax

C#
public string ControlPath { get; }
Visual Basic
Public ReadOnly Property ControlPath As String
	Get

Return Value

A String

Implements

IModuleControl..::..ControlPath

See Also