Class UrlSelectorProperties
- Namespace
- Kentico.Components.Web.Mvc.FormComponents
- Assembly
- Kentico.Content.Web.Mvc.dll
Properties for URL selector.
public class UrlSelectorProperties : FormComponentProperties<string>
- Inheritance
-
objectFormComponentProperties<string>UrlSelectorProperties
- Inherited Members
- Extension Methods
Constructors
UrlSelectorProperties()
Creates an instace of the UrlSelectorProperties class.
public UrlSelectorProperties()
Properties
DefaultTab
Default content selector tab.
public ContentSelectorTabs DefaultTab { get; set; }
Property Value
DefaultValue
Default value.
public override string DefaultValue { get; set; }
Property Value
- string
MediaAllowedExtensions
Allowed extensions for content selector's media tab.
public string MediaAllowedExtensions { get; set; }
Property Value
- string
MediaLibraryName
Library name for content selector's media tab.
public string MediaLibraryName { get; set; }
Property Value
- string
PageRootPath
Root path for content selector's page tab.
public string PageRootPath { get; set; }
Property Value
- string
Tabs
Content selector tabs.
public ContentSelectorTabs Tabs { get; set; }