Hide

YetaWF.Core Package Documentation

Display
Print

YetaWF.Core.Components.IComplexFilter.GetComplexFilterAsync Method

Returns information about the available filter.

Class: YetaWF.Core.Components.IComplexFilter
Namespace: YetaWF.Core.Components
Assembly: YetaWF.Core

Syntax

public Task<ComplexFilter> GetComplexFilterAsync( string uiHint );

Parameters

uiHint

The component name handling this filter.

Return Value

Returns a ComplexFilter instance with information about the available filter.

See Also YetaWF.Core.Components.IComplexFilter ClassYetaWF.Core Overview