Submitted by metin_mehel on Wed, 03/21/2018 - 04:28
Forums:
Hello,
I have a filter that returns tags of some entities. I want to assign cetain texts to their attributes. Is there any example that shows how to perform this?
Thanks...
re: set attribute
Once you have an object to work with, setting an attribute is fairly easy:
myObject.SetUserAttribute(attributeTitle, -1, attributeValue, Update.Option.Now)
where: