Gets an array of CInterestCategory that represent sections in advanced search.

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

Syntax

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

See Also