Table of Contents

Class SmartFolder

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

The smart folder that is used as result for the GetSmartFolders(GetSmartFoldersArguments, CancellationToken)

public sealed class SmartFolder
Inheritance
object
SmartFolder
Extension Methods

Properties

HasValidFilter

Gets or sets flag if the current smart folder has a valid filter properties.

public bool HasValidFilter { get; set; }

Property Value

bool

Id

Gets or sets the ID of the folder.

public int Id { get; set; }

Property Value

int

IsContentDeliveryEnabled

Gets or sets the isContentDeliveryEnabled value of the folder.

public bool IsContentDeliveryEnabled { get; set; }

Property Value

bool

Name

Gets or sets the name of the folder.

public string Name { get; set; }

Property Value

string