Is this of a Task type. Default is false.

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

Syntax

C#
[XmlAttributeAttribute]
public bool IsTask { get; set; }
Visual Basic
<XmlAttributeAttribute> 
Public Property IsTask As Boolean
	Get
	Set

Remarks

Tasks are primarily notifications where an action must be taken. Dismiss is usually not enough.

See Also