Class RedirectCategoryConfiguration
Represents the configuration of the redirect.
public sealed class RedirectCategoryConfiguration
- Inheritance
-
objectRedirectCategoryConfiguration
- Extension Methods
Properties
EditRedirectMode
Indicates in what mode the redirect edit is.
public EditRedirectMode EditRedirectMode { get; set; }
Property Value
IsCategoryCollapsed
Indicates if the redirect category is collapsed.
public bool IsCategoryCollapsed { get; set; }
Property Value
- bool
OpenPanelLabel
Label of the button that opens the configuration panel.
public string OpenPanelLabel { get; set; }
Property Value
- string
StatusMessage
Status message indicating the state of the redirect configuration.
public string StatusMessage { get; set; }
Property Value
- string
TemplateUrl
URL of the redirect configuration template.
public string TemplateUrl { get; set; }
Property Value
- string