Click or drag to resize

AssetContentSearchFactorySearch(String, Int32, Int32, Int32, Boolean, String, String, Boolean, Boolean, String, Boolean) Method



Namespace: Ingeniux.CMS.Assets.Search
Assembly: Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 10.6.492
Syntax
public IEnumerable<IAssetContentSearchResultItem> Search(
	string searchText,
	out int totalCount,
	int startIndex = 0,
	int pageSize = 10,
	bool checkedInContentOnly = true,
	string schema = "",
	string locale = "",
	bool includeRemoved = false,
	bool showFrags = false,
	string sortField = null,
	bool sortDescending = false
)

Parameters

searchText  String

[Missing <param name="searchText"/> documentation for "M:Ingeniux.CMS.Assets.Search.AssetContentSearchFactory.Search(System.String,System.Int32@,System.Int32,System.Int32,System.Boolean,System.String,System.String,System.Boolean,System.Boolean,System.String,System.Boolean)"]

totalCount  Int32

[Missing <param name="totalCount"/> documentation for "M:Ingeniux.CMS.Assets.Search.AssetContentSearchFactory.Search(System.String,System.Int32@,System.Int32,System.Int32,System.Boolean,System.String,System.String,System.Boolean,System.Boolean,System.String,System.Boolean)"]

startIndex  Int32  (Optional)

[Missing <param name="startIndex"/> documentation for "M:Ingeniux.CMS.Assets.Search.AssetContentSearchFactory.Search(System.String,System.Int32@,System.Int32,System.Int32,System.Boolean,System.String,System.String,System.Boolean,System.Boolean,System.String,System.Boolean)"]

pageSize  Int32  (Optional)

[Missing <param name="pageSize"/> documentation for "M:Ingeniux.CMS.Assets.Search.AssetContentSearchFactory.Search(System.String,System.Int32@,System.Int32,System.Int32,System.Boolean,System.String,System.String,System.Boolean,System.Boolean,System.String,System.Boolean)"]

checkedInContentOnly  Boolean  (Optional)

[Missing <param name="checkedInContentOnly"/> documentation for "M:Ingeniux.CMS.Assets.Search.AssetContentSearchFactory.Search(System.String,System.Int32@,System.Int32,System.Int32,System.Boolean,System.String,System.String,System.Boolean,System.Boolean,System.String,System.Boolean)"]

schema  String  (Optional)

[Missing <param name="schema"/> documentation for "M:Ingeniux.CMS.Assets.Search.AssetContentSearchFactory.Search(System.String,System.Int32@,System.Int32,System.Int32,System.Boolean,System.String,System.String,System.Boolean,System.Boolean,System.String,System.Boolean)"]

locale  String  (Optional)

[Missing <param name="locale"/> documentation for "M:Ingeniux.CMS.Assets.Search.AssetContentSearchFactory.Search(System.String,System.Int32@,System.Int32,System.Int32,System.Boolean,System.String,System.String,System.Boolean,System.Boolean,System.String,System.Boolean)"]

includeRemoved  Boolean  (Optional)

[Missing <param name="includeRemoved"/> documentation for "M:Ingeniux.CMS.Assets.Search.AssetContentSearchFactory.Search(System.String,System.Int32@,System.Int32,System.Int32,System.Boolean,System.String,System.String,System.Boolean,System.Boolean,System.String,System.Boolean)"]

showFrags  Boolean  (Optional)

[Missing <param name="showFrags"/> documentation for "M:Ingeniux.CMS.Assets.Search.AssetContentSearchFactory.Search(System.String,System.Int32@,System.Int32,System.Int32,System.Boolean,System.String,System.String,System.Boolean,System.Boolean,System.String,System.Boolean)"]

sortField  String  (Optional)

[Missing <param name="sortField"/> documentation for "M:Ingeniux.CMS.Assets.Search.AssetContentSearchFactory.Search(System.String,System.Int32@,System.Int32,System.Int32,System.Boolean,System.String,System.String,System.Boolean,System.Boolean,System.String,System.Boolean)"]

sortDescending  Boolean  (Optional)

[Missing <param name="sortDescending"/> documentation for "M:Ingeniux.CMS.Assets.Search.AssetContentSearchFactory.Search(System.String,System.Int32@,System.Int32,System.Int32,System.Boolean,System.String,System.String,System.Boolean,System.Boolean,System.String,System.Boolean)"]

Return Value

IEnumerableIAssetContentSearchResultItem

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

Implements

IAssetContentSearchProviderSearch(String, Int32, Int32, Int32, Boolean, String, String, Boolean, Boolean, String, Boolean)
See Also