Table of Contents

Class GetSmartFoldersResult

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

The response for the following commands:

public sealed class GetSmartFoldersResult
Inheritance
object
GetSmartFoldersResult
Extension Methods

Properties

ContentTypeInfoMessage

Gets or sets the message about the content type information.

public string ContentTypeInfoMessage { get; set; }

Property Value

string

Folders

Gets or sets the list of smart folders.

public ICollection<SmartFolder> Folders { get; set; }

Property Value

ICollection<SmartFolder>