Click or drag to resize

SearchHandlerBaseGetTypeNameForSearchableElement Method

Gets the type name for searchable element.

Namespace:  SD.LLBLGen.Pro.ApplicationCore.Search
Assembly:  SD.LLBLGen.Pro.ApplicationCore (in SD.LLBLGen.Pro.ApplicationCore.dll) Version: 5.8.0.0 (5.8.21.0208)
Syntax
public static string GetTypeNameForSearchableElement(
	SearchableElementType elementType
)

Parameters

elementType
Type: SD.LLBLGen.Pro.ApplicationCoreSearchableElementType
Type of the element.

Return Value

Type: String
See Also