The Message class describes the content of messages sent via the system As messaging is system wide process and there may be no portalID context (e.g. a host messaging "all users") the object does not tie to portalID

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

Syntax

C#
[SerializableAttribute]
public class Message : BaseEntityInfo, IHydratable
Visual Basic
<SerializableAttribute>
Public Class Message
	Inherits BaseEntityInfo
	Implements IHydratable

Inheritance Hierarchy

System..::..Object
  DotNetNuke.Entities..::..BaseEntityInfo
    DotNetNuke.Services.Social.Messaging..::..Message

See Also