By Aravind Ravi on Wednesday, 08 January 2020
Posted in C# Development
Likes 0
Views 872
Votes 0
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)
View Full Post