RVTDocs.com

FilterableValueProvider.IsStringValueSupported

Method
Description:
Determines whether the provide can provide a string value for the given element.
Syntax
public bool IsStringValueSupported(
	Element element
)
Parameters
Parameter Type Description
element Element The element to query.
Return Value
Type Description
Boolean True if the provider can return a string value for the given element, false otherwise.
Exceptions
Exception Condition
ArgumentNullException A non-optional argument was null