Categories property

StringList Categories
Gets or sets the list of categories associated with this item.

Implementation

StringList get Categories =>
    this.PropertyBag[ItemSchema.Categories] as StringList;
void Categories=(StringList? value)

Implementation

set Categories(StringList? value) =>
    this.PropertyBag[ItemSchema.Culture] = value;