Gets an array of CInterestCategory that represent interests/topics in advanced search.

Namespace:  Asi.iBO.ContentManagement
Assembly:  Asi.iBO (in Asi.iBO.dll) Version: 15.1.2.0

Syntax

C#
public CInterestCategory[] SearchInterestInterestCategories { get; }
Visual Basic (Declaration)
Public ReadOnly Property SearchInterestInterestCategories As CInterestCategory()
Visual C++
public:
property array<CInterestCategory^>^ SearchInterestInterestCategories {
	array<CInterestCategory^>^ get ();
}

See Also