Table of Contents

Class StructuredListingRow

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

Class representing a row of data in a structured listing.

public sealed class StructuredListingRow : Row
Inheritance
object
StructuredListingRow
Inherited Members
Extension Methods

Constructors

StructuredListingRow()

public StructuredListingRow()

Properties

Path

Path from the root to the current item. Applicable for tree-like structures only.

public int[] Path { get; set; }

Property Value

int[]

UniqueIdentifier

Unique identifier of the item in the structured listing.

public string UniqueIdentifier { get; set; }

Property Value

string