The DesktopModuleId is used to associate a particular Extension Url Provider with a specific DotNetNuke extension.

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

Syntax

C#
public int DesktopModuleId { get; set; }
Visual Basic
Public Property DesktopModuleId As Integer
	Get
	Set

Remarks

If the Extension provider is not associated with any particular DotNetNuke extension, return null.

See Also