FilterableAttribute.IsObjectFilterable Method (Object)

 

Determines whether the specified Object supports device filtering.

Namespace:   System.Web.UI
Assembly:  System.Web (in System.Web.dll)

public static bool IsObjectFilterable(
	object instance
)

Parameters

instance
Type: System.Object

The Object to test.

Return Value

Type: System.Boolean

true if the Object contained in the instance parameter supports device filtering; otherwise, false.

Exception Condition
ArgumentNullException

The instance parameter is null.

Use the IsObjectFilterable method to determine whether the specified Object supports device filtering.

System_CAPS_noteNote

An object supports device filtering if its data type supports device filtering. For more information, see the IsTypeFilterable property.

.NET Framework
Available since 2.0
Return to top
Show: