the redirection's target value, this value will determine by TargetType as:
  • TargetType.Portal: this value should be a portal id.
  • TargetType.Tab: this value should be a tab id.
  • TargetType.Url: this value should be a valid url.

Namespace: DotNetNuke.Services.Mobile
Assembly: DotNetNuke (in DotNetNuke.dll)

Syntax

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

Implements

IRedirection..::..TargetValue

See Also