SearchCondition for EndItem
Sep 02, 2014
05:50 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Sep 02, 2014
05:50 AM
SearchCondition for EndItem
Hi.
Can anyone provide me wt.query.SearchCondition for WTPart which is endItem?
Thanks.
Solved! Go to Solution.
Labels:
- Labels:
-
Other
ACCEPTED SOLUTION
Accepted Solutions
Sep 03, 2014
05:25 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Sep 03, 2014
05:25 AM
Try this,
SearchCondition sc = new SearchCondition(wt.part.WTPart.class,wt.part.WTPart.END_ITEM,SearchCondition.IS_TRUE);
Regards
Ketan
3 REPLIES 3
Sep 03, 2014
05:25 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Sep 03, 2014
05:25 AM
Try this,
SearchCondition sc = new SearchCondition(wt.part.WTPart.class,wt.part.WTPart.END_ITEM,SearchCondition.IS_TRUE);
Regards
Ketan
Sep 05, 2014
07:38 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Sep 05, 2014
07:38 PM
Vasiliy,
Did Ketan's suggestion work for you? If so, can you mark the thread as answered?
Thanks,
Lori
Sep 08, 2014
01:50 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Sep 08, 2014
01:50 AM
I'll accept answer as soon as i'll check it.
