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

Syntax

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

See Also