Click or drag to resize

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


Namespace:  Ingeniux.CMS.Assets.Search
Assembly:  Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 10.6.308
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
Type: SystemString

[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
Type: SystemString

[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
Type: SystemInt32

[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 (Optional)
Type: SystemInt32

[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 (Optional)
Type: SystemInt32

[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 (Optional)
Type: SystemBoolean

[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 (Optional)
Type: SystemBoolean

[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 (Optional)
Type: SystemBoolean

[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 (Optional)
Type: SystemString

[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 (Optional)
Type: SystemBoolean

[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

Type: 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