Table of Contents

Class SmartFolderSelectorClientProperties

Namespace
Kentico.Xperience.Admin.Base.Forms
Assembly
Kentico.Xperience.Admin.Base.dll

The client properties of the SmartFolderSelectorComponent.

public sealed class SmartFolderSelectorClientProperties : FormComponentClientProperties<SmartFolderReference>, IFormComponentClientProperties, IFormItemClientProperties
Inheritance
object
SmartFolderSelectorClientProperties
Implements
Inherited Members
Extension Methods

Properties

CreateNewButtonInactiveMessage

Message to display when the create new button is inactive.

public string CreateNewButtonInactiveMessage { get; set; }

Property Value

string

DisableCreateNewButton

Disable create new button.

public bool DisableCreateNewButton { get; set; }

Property Value

bool

DisableSelectExistingButton

Disable select existing button.

public bool DisableSelectExistingButton { get; set; }

Property Value

bool

SelectExistingButtonInactiveMessage

Message to display when the select existing button is inactive.

public string SelectExistingButtonInactiveMessage { get; set; }

Property Value

string