IAssetContentIndexingProviderAllowedAssetTypes Property
|
Gets the extensions this indexer is in charge of indexing
Namespace:
Ingeniux.CMS.Assets.Search
Assembly:
Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 10.6.308
Syntax AssetType[] AllowedAssetTypes { get; }
ReadOnly Property AllowedAssetTypes As AssetType()
Get
property array<AssetType>^ AllowedAssetTypes {
array<AssetType>^ get ();
}
abstract AllowedAssetTypes : AssetType[] with get
Property Value
Type:
AssetTypeSee Also