This method gets all resource types in the system that match the search string.
EntityListData GetResourceTypes (string searchText);
|
Name |
Type |
Description |
|---|---|---|
|
searchText |
string |
The text to search for. |
The resource types, as type EntityListData.
An EntityListData object is returned as a collection of EntityListItemData items, which contains both the name and ID of every object.
|
Copyright © 2013 CA.
All rights reserved.
|
|