Gets an array of CInterestCategory that represent interests/topics in advanced search.
Namespace: Asi.iBO.ContentManagementAssembly: Asi.iBO (in Asi.iBO.dll) Version: 15.1.3.0
Syntax
| C# |
|---|
public CInterestCategory[] SearchInterestInterestCategories { get; } |
| Visual Basic |
|---|
Public ReadOnly Property SearchInterestInterestCategories As CInterestCategory() Get |
| Visual C++ |
|---|
public: property array<CInterestCategory^>^ SearchInterestInterestCategories { array<CInterestCategory^>^ get (); } |