Table of Contents

Class SmartFolder

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

Properties

Guid

Gets or sets the GUID of the smart folder.

public Guid Guid { get; set; }

Property Value

Guid

HasViewPermission

Indicates whether the current user has permission to view the smart folder.

public bool HasViewPermission { get; set; }

Property Value

bool

IsEnabledForDelivery

Gets or sets if the smart folder is enabled for delivery.

public bool IsEnabledForDelivery { get; set; }

Property Value

bool

Name

Gets or sets the name of the smart folder.

public string Name { get; set; }

Property Value

string

NavigationPath

Gets or sets the navigation path of the smart folder.

public string NavigationPath { get; set; }

Property Value

string

WorkspaceId

Gets or sets the workspace identifier.

public int WorkspaceId { get; set; }

Property Value

int