Table of Contents

Class LoadObjectsCommandArgs

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

Arguments of a command which loads items of Object selector's selection list.

public sealed class LoadObjectsCommandArgs
Inheritance
object
LoadObjectsCommandArgs
Extension Methods

Properties

PageIndex

Zero-based page index.

public int PageIndex { get; set; }

Property Value

int

SearchTerm

A term the resulting objects should contain.

public string SearchTerm { get; set; }

Property Value

string