Message 1 of 24

Not applicable
08-26-2015
01:52 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Dear all,
I want to search the elements that has a name constant property.
For example,
Category: Element
Property: Phase Created
Value: Phase "New Construction", #86961
How can I search this element with only a keyword "New"?
I tried to search through below code, but nothing returns.
SearchCondition.HasPropertyByDisplayName("Element", "Phase Created").DisplayStringContains("New").IgnoreStringValueCase()
Best Regards,
John
Solved! Go to Solution.