Click or drag to resize

AssetContentSearchFactorySearch(String, String, Int32, Int32, Int32, Boolean, 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,
	string[] ancestorFolderIds,
	int totalCount,
	int startIndex = 0,
	int pageSize = 10,
	bool checkedInContentOnly = true,
	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.String[],System.Int32,System.Int32,System.Int32,System.Boolean,System.Boolean,System.Boolean,System.String,System.Boolean)"]

ancestorFolderIds  String

[Missing <param name="ancestorFolderIds"/> documentation for "M:Ingeniux.CMS.Assets.Search.AssetContentSearchFactory.Search(System.String,System.String[],System.Int32,System.Int32,System.Int32,System.Boolean,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.String[],System.Int32,System.Int32,System.Int32,System.Boolean,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.String[],System.Int32,System.Int32,System.Int32,System.Boolean,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.String[],System.Int32,System.Int32,System.Int32,System.Boolean,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.String[],System.Int32,System.Int32,System.Int32,System.Boolean,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.String[],System.Int32,System.Int32,System.Int32,System.Boolean,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.String[],System.Int32,System.Int32,System.Int32,System.Boolean,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.String[],System.Int32,System.Int32,System.Int32,System.Boolean,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.String[],System.Int32,System.Int32,System.Int32,System.Boolean,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.String[],System.Int32,System.Int32,System.Int32,System.Boolean,System.Boolean,System.Boolean,System.String,System.Boolean)"]

Implements

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