EBDN - Community - Question & Answers

  Wednesday, 08 January 2020
  1 Replies
  843 Visits
0
Votes
Undo
Hello,

How to fetch Description by passing Attribute Id in C#. ObjectItem class does not have implementation to fetch Objectcollection by passing AttributeId.

Similar feature is available in VBA. I got this issue while migrating my program from VBA to C#.

API to get Name of ObjectItem available in VBA:
Application.Folders.Attributes.FindObjects(aucObjUserAttribute, aucSearchHierarchical, , aucAttrAID, aucCondEqual, sID)