If the message type is related to a specific module, this field is used to localize actions by getting the resource file from the module folder.

Namespace: DotNetNuke.Services.Social.Notifications
Assembly: DotNetNuke (in DotNetNuke.dll)

Syntax

C#
[XmlAttributeAttribute]
public int DesktopModuleId { get; set; }
Visual Basic
<XmlAttributeAttribute> 
Public Property DesktopModuleId As Integer
	Get
	Set

Remarks

The resource file used will be SharedResources by convention.

See Also