Module Definition Id of the Content.

Namespace: DotNetNuke.Services.Search.Entities
Assembly: DotNetNuke (in DotNetNuke.dll)

Syntax

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

Remarks

This is needed when SearchTypeId is for a Module

Remarks

A value of -1 means this is property is not used.

See Also