Table of Contents

Class ListItemsCommandBase

Namespace
Dynamicweb.CoreUI.Lists
Assembly
Dynamicweb.CoreUI.dll
public abstract class ListItemsCommandBase : CommandBase
Inheritance
ListItemsCommandBase
Derived
Inherited Members

Properties

Ids

Gets the ids for list command

public IEnumerable<string> Ids { get; set; }

Property Value

IEnumerable<string>

Remarks

Null value means the command should be applied for all items

To top