Class UrlsTabClientProperties
Properties of URLs tab page template.
public class UrlsTabClientProperties : WebPageBaseClientProperties
  - Inheritance
 - 
      objectUrlsTabClientProperties
 
- Inherited Members
 
- Extension Methods
 
Constructors
UrlsTabClientProperties()
public UrlsTabClientProperties()
  Properties
Disabled
Indicates whether the form is disabled.
public bool Disabled { get; set; }
  Property Value
- bool
 
RedirectCategoryConfiguration
Configuration of the redirect category.
public RedirectCategoryConfiguration RedirectCategoryConfiguration { get; set; }
  Property Value
UrlListItems
List of URL items.
public IEnumerable<UrlListItem> UrlListItems { get; set; }
  Property Value
- IEnumerable<UrlListItem>