Click or drag to resize

AssetContentIndexingArgs Constructor (IAssetContentIndexEntry, Int32)


Initializes a new instance of the AssetContentIndexingArgs class

Namespace:  Ingeniux.CMS.Assets.Search
Assembly:  Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 10.6.308
Syntax
public AssetContentIndexingArgs(
	IAssetContentIndexEntry[] adds,
	int[] deletes
)

Parameters

adds
Type: Ingeniux.CMS.Assets.SearchIAssetContentIndexEntry

[Missing <param name="adds"/> documentation for "M:Ingeniux.CMS.Assets.Search.AssetContentIndexingArgs.#ctor(Ingeniux.CMS.Assets.Search.IAssetContentIndexEntry[],System.Int32[])"]

deletes
Type: SystemInt32

[Missing <param name="deletes"/> documentation for "M:Ingeniux.CMS.Assets.Search.AssetContentIndexingArgs.#ctor(Ingeniux.CMS.Assets.Search.IAssetContentIndexEntry[],System.Int32[])"]

See Also