Class UrlsTabClientProperties
Properties of URLs tab page template.
public class UrlsTabClientProperties : TemplateClientProperties
- Inheritance
-
objectUrlsTabClientProperties
- Inherited Members
- Extension Methods
Properties
Disabled
Indicates whether the form is disabled.
public bool Disabled { get; set; }
Property Value
- bool
Items
List of items for the page.
public ICollection<IFormItemClientProperties> Items { get; set; }
Property Value
- ICollection<IFormItemClientProperties>
RedirectCategoryConfiguration
Configuration of the redirect category.
public RedirectCategoryConfiguration RedirectCategoryConfiguration { get; set; }
Property Value
WebPageState
Current web page state.
public WebPageState WebPageState { get; set; }