Gets an array of CInterestCategory that represent document types in advanced search.

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

Syntax

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

See Also