Redirection's target type, should be: Portal, Tab, Url

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

Syntax

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

Implements

IRedirection..::..TargetType

See Also