IAssetContentSearchProvider Interface
|
Represents the search provider for
Asset text content.
It provides the ability to search in text content of Assets.
Namespace: Ingeniux.CMS.Assets.SearchAssembly: Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 10.6.492
Syntaxpublic interface IAssetContentSearchProvider
Public Interface IAssetContentSearchProvider
public interface class IAssetContentSearchProvider
type IAssetContentSearchProvider = interface end
The IAssetContentSearchProvider type exposes the following members.
Properties
Methods| | Name | Description |
|---|
 | Search(String, String, Int32, Int32, Int32, Boolean, Boolean, Boolean, String, Boolean) |
Searches for text content in the specified asset.
|
 | Search(String, Int32, Int32, Int32, Boolean, String, String, Boolean, Boolean, String, Boolean) |
Searches for text content in the specified asset.
|
Top
See Also