Gets the collection of document types to restrict
the documents included in the search result.
Namespace: BlueCieloECM.InnoCielo.Meridian.ServerAssembly: BlueCieloECM.InnoCielo.Meridian (in BlueCieloECM.InnoCielo.Meridian.dll) Version: 1.4.0.0 (1.4.40.0)
Syntax
C# |
---|
public BCCollection<BCDocumentType> DocumentTypeFilters { get; } |
Visual Basic |
---|
Public ReadOnly Property DocumentTypeFilters As BCCollection(Of BCDocumentType) Get |
Visual C++ |
---|
public: property BCCollection<BCDocumentType^>^ DocumentTypeFilters { BCCollection<BCDocumentType^>^ get (); } |