Filtering a member from a group

Filtering a member from a group

Anonymous
Not applicable
386 Views
1 Reply
Message 1 of 2

Filtering a member from a group

Anonymous
Not applicable

I currently have a textnote in a group with another element. If I know the the ElementId of the group, how can I use a filter to get the textnote? Or better yet is there a way to directly access the TEXT_TEXT built in parameter of the textbox through knowing the ElementId of the group?

 

Cheers.

0 Likes
Accepted solutions (1)
387 Views
1 Reply
Reply (1)
Message 2 of 2

Anonymous
Not applicable
Accepted solution

Groups have a . GetMemberIds() method which gives you a list of elementIds. The textnote will be among these elementids.

0 Likes