Click or drag to resize
UrlSelectorProperties Properties

The UrlSelectorProperties type exposes the following members.

Properties
  NameDescription
Public propertyAttachmentAllowedExtensions
Allowed extensions for content selector's attachment tab.
Public propertyDataType
Gets or sets the underlying field data type.
(Inherited from FormComponentProperties.)
Public propertyDefaultTab
Default content selector tab.
Public propertyDefaultValue
Default value.
(Overrides FormComponentPropertiesTValueDefaultValue.)
Public propertyExplanationText
Gets or sets the explanation text of the form component.
(Inherited from FormComponentProperties.)
Public propertyGuid
Gets or sets the underlying field GUID.
(Inherited from FormComponentProperties.)
Public propertyLabel
Gets or sets the label of the form component.
(Inherited from FormComponentProperties.)
Public propertyMediaAllowedExtensions
Allowed extensions for content selector's media tab.
Public propertyMediaLibraryName
Library name for content selector's media tab.
Public propertyName
Gets or sets the underlying field name.
(Inherited from FormComponentProperties.)
Public propertyPageRootPath
Root path for content selector's page tab.
Public propertyPlaceholder
Gets or sets the value displayed as placeholder in the input. Override and annotate with EditingComponentAttribute to make this property editable in properties panel.
(Inherited from FormComponentProperties.)
Public propertyPrecision
Gets or sets the underlying field precision.
(Inherited from FormComponentProperties.)
Public propertyRequired
Gets or sets value indicating whether the underlying field is required. False by default. If false, the form component's implementation must accept nullable input.
(Inherited from FormComponentProperties.)
Public propertySize
Gets or sets the underlying field size.
(Inherited from FormComponentProperties.)
Public propertySmartField
Gets or sets value indicating whether the underlying field is smart field. False by default.
(Inherited from FormComponentProperties.)
Public propertyTabs
Content selector tabs.
Public propertyTooltip
Gets or sets the tooltip of the form component.
(Inherited from FormComponentProperties.)
Public propertyValidationRuleConfigurations
Gets or sets validation rule configurations assigned to the form component.
(Inherited from FormComponentProperties.)
Public propertyVisibilityConditionConfiguration
Gets or sets visibility condition configuration assigned to the form component.
(Inherited from FormComponentProperties.)
Top
See Also