IndexableEntityBuilder Constructor
|
Namespace:
Ingeniux.CMS
Assembly:
Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 10.3.169
Syntax public IndexableEntityBuilder(
IContentStore contentStore
)
Public Sub New (
contentStore As IContentStore
)
public:
IndexableEntityBuilder(
IContentStore^ contentStore
)
new :
contentStore : IContentStore -> IndexableEntityBuilder
Parameters
- contentStore
- Type: Ingeniux.CMSIContentStore
[Missing <param name="contentStore"/> documentation for "M:Ingeniux.CMS.IndexableEntityBuilder.#ctor(Ingeniux.CMS.IContentStore)"]
See Also