Table of Contents

Class SmartFolderDeliverySupportResult

Namespace
Kentico.Xperience.Admin.Base
Assembly
Kentico.Xperience.Admin.Base.dll
public sealed class SmartFolderDeliverySupportResult
Inheritance
object
SmartFolderDeliverySupportResult
Extension Methods

Properties

Allowed

Gets or sets a value indicating whether the smart folder could have enabled content delivery.

public bool Allowed { get; init; }

Property Value

bool

ErrorMessage

Gets the error message if the the smart folder cannot have enabled content delivery.

public string ErrorMessage { get; init; }

Property Value

string