Class ParameterRedirectAction
  
  
  
    Inheritance
    
    ParameterRedirectAction
   
  
  
  Assembly: DotNetNuke.dll
  Syntax
  
    public class ParameterRedirectAction
   
  Constructors
  
  ParameterRedirectAction()
  
  
  Declaration
  
    public ParameterRedirectAction()
   
  Properties
  
  Action
  
  
  Declaration
  
    public string Action { get; set; }
   
  Property Value
  
  
  ChangeToSiteRoot
  
  
  Declaration
  
    public bool ChangeToSiteRoot { get; set; }
   
  Property Value
  
  
  ForDefaultPage
  
  
  Declaration
  
    public bool ForDefaultPage { get; set; }
   
  Property Value
  
  
  LookFor
  
  
  Declaration
  
    public string LookFor { get; set; }
   
  Property Value
  
  
  Name
  
  
  Declaration
  
    public string Name { get; set; }
   
  Property Value
  
  
  PortalId
  
  
  Declaration
  
    public int PortalId { get; set; }
   
  Property Value
  
  
  RedirectTo
  
  
  Declaration
  
    public string RedirectTo { get; set; }
   
  Property Value
  
  
  TabId
  
  
  Declaration
  
    public int TabId { get; set; }
   
  Property Value
  
  Extension Methods