FindEntitiesNameStartsWith Method
Searches the Content for all entities whose EntityName starts with the specified text
Syntax
public System.Collections.Generic.IEnumerable<IEntity> FindEntitiesNameStartsWith(
System.string searchText
)Public Function FindEntitiesNameStartsWith( _
ByVal searchText As System.String _
) As System.Collections.Generic.IEnumerable(Of IEntity)Parameters
| Name | Description |
|---|---|
| searchText | The text to search for |
Return Value
A list of all entities which have EntityNames that start with searchText