Table of Contents

Class LoadSynchronizationTreeItemsCommandArguments

Namespace
Kentico.Xperience.Admin.Websites.UIPages
Assembly
Kentico.Xperience.Admin.Websites.dll

Extends the LoadSynchronizationTableItemsCommandArguments with required parameters for web pages.

public sealed class LoadSynchronizationTreeItemsCommandArguments : LoadSynchronizationTableItemsCommandArguments
Inheritance
object
LoadSynchronizationTreeItemsCommandArguments
Inherited Members
Extension Methods

Constructors

LoadSynchronizationTreeItemsCommandArguments()

public LoadSynchronizationTreeItemsCommandArguments()

Properties

IncludeSubPages

Site name to load the child nodes for.

public bool IncludeSubPages { get; set; }

Property Value

bool

LanguageName

Language codename to load the child nodes for.

public string LanguageName { get; set; }

Property Value

string