ISearchAssetsConfig Interface
|
Interface that represents asset location configuration for search.
Namespace:
Ingeniux.CMS
Assembly:
Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 10.6.308
Syntaxpublic interface ISearchAssetsConfig
Public Interface ISearchAssetsConfig
public interface class ISearchAssetsConfig
type ISearchAssetsConfig = interface end
The ISearchAssetsConfig type exposes the following members.
Properties
| Name | Description |
---|
 | Locations |
Gets/sets the document locations to search.
|
Top
Methods
| Name | Description |
---|
 | Serialize |
Retrieves the XML serialization of the search schema config.
|
Top
See Also