FavoriteItem Structure
Use the FavoriteItem structure to retrieve favorite item information during Presentation Catalog Service method invocations.
The FavoriteItem structure is used in the UserPersonalizationService Service.
FavoriteItem Structure Fields
Fields | Description |
---|---|
String name |
Specifies the favorite or category name. |
String path |
Specifies the path of catalog object in case of favorite item or category path in favorite manager in case category object. |
UnsignedShort type |
Specifies the type stored in FavoriteItem object: FavoriteItem = 0 Category Object = 1 |
ItemInfo itemInfo |
Specifies catalog information about the object, supplied in the ItemInfo common structure. Valid and stores the actual catalog object if type is 0. Not valid if type is 1. For information about the ItemInfo structure, see ItemInfo Structure. |
FavoriteItem favoriteItem |
A list of sub items in case type is 1 otherwise not a valid value. |