The StrandsCatalogPropertiesMapper type exposes the following members.
Back to Top
Methods
Name | Description | |
---|---|---|
GetItemCategory |
Retrieves NodeClassID which will be used as category field in the Strands catalog feed.
Returned value can be changed easily by using different implementation of IStrandsCatalogCategoryMapper.
This can be done by calling ObjectFactory<IStrandsCatalogCategoryMapper>.SetDefaultObjectTypeTo<NameOfDifferentImplementation>() somewhere during Init phase.
| |
GetItemID |
Retrieves document NodeID which will be used as ItemID in the Strands catalog feed.
Behavior of this method can't be changed because implementation of Strands integration is dependent on it.
|
See Also