Click or drag to resize

AssetContentQueryParser Constructor


Initializes a new instance of the AssetContentQueryParser class

Namespace:  Ingeniux.CMS.Assets.Search
Assembly:  Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 10.6.308
Syntax
public AssetContentQueryParser(
	Version matchVersion,
	string f
)

Parameters

matchVersion
Type: Version

[Missing <param name="matchVersion"/> documentation for "M:Ingeniux.CMS.Assets.Search.AssetContentQueryParser.#ctor(Lucene.Net.Util.Version,System.String)"]

f
Type: SystemString

[Missing <param name="f"/> documentation for "M:Ingeniux.CMS.Assets.Search.AssetContentQueryParser.#ctor(Lucene.Net.Util.Version,System.String)"]

See Also