Table of Contents

Class UpdateSmartFolderPropertiesArguments

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

Constructors

UpdateSmartFolderPropertiesArguments()

public UpdateSmartFolderPropertiesArguments()

Properties

Data

Form data describing the folder properties to be updated.

public Dictionary<string, JsonElement> Data { get; set; }

Property Value

Dictionary<string, JsonElement>

Id

Id of the smart folder to update.

public int Id { get; set; }

Property Value

int