Table of Contents

Class AssetFoldersTreeViewAction

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

Represents action for an asset folder.

public sealed class AssetFoldersTreeViewAction
Inheritance
object
AssetFoldersTreeViewAction
Extension Methods

Properties

Disabled

Indicates if the action is disabled.

public bool Disabled { get; set; }

Property Value

bool

Label

Label of the action.

public string Label { get; set; }

Property Value

string

Name

Unique action name.

public string Name { get; set; }

Property Value

string

Permission

Permission that will be checked to determine whether the user has the permission to execute the action.

public string Permission { get; set; }

Property Value

string

Tooltip

Tooltip for the action.

public string Tooltip { get; set; }

Property Value

string