Click or drag to resize

AssetContentQueryParserWildcardQuery Method


Namespace:  Ingeniux.CMS.Assets.Search
Assembly:  Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 10.6.308
Syntax
public Query WildcardQuery(
	string term,
	bool trailingOnly = false
)

Parameters

term
Type: SystemString

[Missing <param name="term"/> documentation for "M:Ingeniux.CMS.Assets.Search.AssetContentQueryParser.WildcardQuery(System.String,System.Boolean)"]

trailingOnly (Optional)
Type: SystemBoolean

[Missing <param name="trailingOnly"/> documentation for "M:Ingeniux.CMS.Assets.Search.AssetContentQueryParser.WildcardQuery(System.String,System.Boolean)"]

Return Value

Type: Query

[Missing <returns> documentation for "M:Ingeniux.CMS.Assets.Search.AssetContentQueryParser.WildcardQuery(System.String,System.Boolean)"]

See Also