cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
Showing results for 
Search instead for 
Did you mean: 

Community Tip - Did you know you can set a signature that will be added to all your posts? Set it here! X

Translate the entire conversation x

SearchCondition for EndItem

VasiliyRepecki
12-Amethyst

SearchCondition for EndItem

Hi.

Can anyone provide me wt.query.SearchCondition for WTPart which is endItem?

Thanks.

ACCEPTED SOLUTION

Accepted Solutions

Try this,

SearchCondition sc = new SearchCondition(wt.part.WTPart.class,wt.part.WTPart.END_ITEM,SearchCondition.IS_TRUE);

Regards

Ketan

View solution in original post

3 REPLIES 3

Try this,

SearchCondition sc = new SearchCondition(wt.part.WTPart.class,wt.part.WTPart.END_ITEM,SearchCondition.IS_TRUE);

Regards

Ketan

Vasiliy,

Did Ketan's suggestion work for you? If so, can you mark the thread as answered?

Thanks,
Lori

I'll accept answer as soon as i'll check it.

Announcements

Top Tags