Click or drag to resize

AssetContentIndexingProviderBase Constructor


Initializes a new instance of the AssetContentIndexingProviderBase class

Namespace:  Ingeniux.CMS.Assets.Search
Assembly:  Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 10.6.308
Syntax
public AssetContentIndexingProviderBase(
	string assetsLocation,
	CSAPILogger logger
)

Parameters

assetsLocation
Type: SystemString

[Missing <param name="assetsLocation"/> documentation for "M:Ingeniux.CMS.Assets.Search.AssetContentIndexingProviderBase.#ctor(System.String,Ingeniux.CMS.CSAPILogger)"]

logger
Type: CSAPILogger

[Missing <param name="logger"/> documentation for "M:Ingeniux.CMS.Assets.Search.AssetContentIndexingProviderBase.#ctor(System.String,Ingeniux.CMS.CSAPILogger)"]

See Also