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.
[Obsolete("Use EditMode instead.")]
public bool Disabled { get; set; }
Property Value
- bool
EditMode
Edit mode of the page.
public FormEditMode EditMode { get; set; }
Property Value
RedirectCategoryConfiguration
Configuration of the redirect category.
public RedirectCategoryConfiguration RedirectCategoryConfiguration { get; set; }
Property Value
ShareablePreviewConfiguration
Configuration of the shareable preview category.
public ShareablePreviewConfiguration ShareablePreviewConfiguration { get; set; }
Property Value
UrlListItems
List of URL items.
public IEnumerable<UrlListItem> UrlListItems { get; set; }
Property Value
- IEnumerable<UrlListItem>