cancel
Showing results for 
Search instead for 
Did you mean: 

API

Former Member
0 Kudos

GetLinkedAttributes allows you to specify a CuttOffPriority.

What if I only want attributes that are a certain priority, what do I do?

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

There is no direct way to do this. You would need to define the priority as the cutoff priority, then programatically examine the results received and filter out the attributes which do not match your required priority.

Walter

Answers (1)

Answers (1)

Former Member
0 Kudos

Ok, thanks.

The next time you guys update the COM API how about you overload the functions?

Every parameter is required for EVERY function. It's really annoying.