You are viewing limited content. For full access, please sign in.

Question

Question

LFSO GetAllUnassignedFields equivalent in Repository Access

SDK
asked on July 6, 2018

What is the recommended method for getting the list of fields that are not assigned to templates in RA? Under LFSO it was LFDatabase.GetAllUnassignedFields. 

0 0

Answer

SELECTED ANSWER
replied on July 6, 2018

You want

Field.Enumerate(FieldCollectionType.Unassigned)

 

1 0
replied on July 6, 2018

Thank you !

0 0

Replies

You are not allowed to reply in this post.
You are not allowed to follow up in this post.

Sign in to reply to this post.