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
Syntax public 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.
|
TopMethods
| Name | Description |
---|
| Serialize |
Retrieves the XML serialization of the search schema config.
|
TopSee Also