Class ExtensionUrlProviderInfo
  
  
  
    Inheritance
    
    ExtensionUrlProviderInfo
   
  
  
  
  Assembly: DotNetNuke.dll
  Syntax
  
    public class ExtensionUrlProviderInfo : IHydratable
   
  Constructors
  
  ExtensionUrlProviderInfo()
  
  
  Declaration
  
    public ExtensionUrlProviderInfo()
   
  Properties
  
  AllTabs
  
  
  Declaration
  
    public bool AllTabs { get; }
   
  Property Value
  
  
  DesktopModuleId
  
  
  Declaration
  
    public int DesktopModuleId { get; set; }
   
  Property Value
  
  
  ExtensionUrlProviderId
  
  
  Declaration
  
    public int ExtensionUrlProviderId { get; set; }
   
  Property Value
  
  
  IsActive
  
  
  Declaration
  
    public bool IsActive { get; set; }
   
  Property Value
  
  
  KeyID
  
  
  Declaration
  
    public int KeyID { get; set; }
   
  Property Value
  
  
  PortalId
  
  
  Declaration
  
    public int PortalId { get; set; }
   
  Property Value
  
  
  ProviderName
  
  
  Declaration
  
    public string ProviderName { get; set; }
   
  Property Value
  
  
  ProviderType
  
  
  Declaration
  
    public string ProviderType { get; set; }
   
  Property Value
  
  
  RedirectAllUrls
  
  
  Declaration
  
    public bool RedirectAllUrls { get; set; }
   
  Property Value
  
  
  ReplaceAllUrls
  
  
  Declaration
  
    public bool ReplaceAllUrls { get; set; }
   
  Property Value
  
  
  RewriteAllUrls
  
  
  Declaration
  
    public bool RewriteAllUrls { get; set; }
   
  Property Value
  
  
  Settings
  
  
  Declaration
  
    public Dictionary<string, string> Settings { get; }
   
  Property Value
  
  
  SettingsControlSrc
  
  
  Declaration
  
    public string SettingsControlSrc { get; set; }
   
  Property Value
  
  
  TabIds
  
  
  Declaration
  
    public List<int> TabIds { get; }
   
  Property Value
  
  Methods
  
  Fill(IDataReader)
  
  
  Declaration
  
    public void Fill(IDataReader dr)
   
  Parameters
  
  Implements
  
  Extension Methods