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.3.0

Syntax

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

See Also