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.
[Obsolete("Media libraries and their APIs are obsolete and will be discontinued in the future. Please migrate all media library files to Content hub and use their corresponding content item APIs.", false)]
public string MediaAllowedExtensions { get; set; }
Property Value
- string
MediaLibraryName
Library name for content selector's media tab.
[Obsolete("Media libraries and their APIs are obsolete and will be discontinued in the future. Please migrate all media library files to Content hub and use their corresponding content item APIs.", false)]
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; }