the redirection's target value, this value will determine by TargetType as:
Namespace: DotNetNuke.Services.Mobile- 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.
Assembly: DotNetNuke (in DotNetNuke.dll)
Syntax
C# |
---|
[XmlAttributeAttribute] public Object TargetValue { get; set; } |
Visual Basic |
---|
<XmlAttributeAttribute> Public Property TargetValue As Object Get Set |