This topic has not yet been rated - Rate this topic

TemplateControl.IFilterResolutionService.CompareFilters Method

This API supports the .NET Framework infrastructure and is not intended to be used directly from your code.

Returns a value that indicates whether a parent/child relationship exists between two specified device filters.

Namespace:  System.Web.UI
Assembly:  System.Web (in System.Web.dll)
int IFilterResolutionService.CompareFilters(
	string filter1,
	string filter2
)

Parameters

filter1
Type: System.String

A device filter name.

filter2
Type: System.String

A device filter name.

Return Value

Type: System.Int32
1, if filter1 is a parent of filter2; -1, if filter2 is a parent of filter1; otherwise, 0, if there is no parent/child relationship between filter1 and filter2.

Implements

IFilterResolutionService.CompareFilters(String, String)

The CompareFilters method is part of the IFilterResolutionService interface, which is specific to how a control uses device filters in a designer environment. When controls are parsed or persisted in the designer environment outside the context of a browser request, the IFilterResolutionService provides a way to determine if the current control is affected by a named filter and whether a named filter is part of a specific device-filter hierarchy.

.NET Framework

Supported in: 4.5, 4, 3.5, 3.0, 2.0

Windows 8, Windows Server 2012, Windows 7, Windows Vista SP2, Windows Server 2008 (Server Core Role not supported), Windows Server 2008 R2 (Server Core Role supported with SP1 or later; Itanium not supported)

The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.

Did you find this helpful?
(1500 characters remaining)
© 2013 Microsoft. All rights reserved.