Hello everyone,
do you know the way how to enable/disable replication of a particular Extended Attribute?
For a generic (not Extended) Attribute, like e.g. Code, it works with:
repl_object.SourceReplication.SetAttributeReplicated "Code", FALSE, FALSE
But how to do that for an Extended Attribute? The following obviously does not work:
repl_object.SourceReplication.SetAttributeReplicated "Ext_Attr_Name", FALSE, FALSE
The syntax repl_object.GetExtendedAttribute will either not work since it returns the value of the Extended Attribute, not this Extended Attribute itself...
Thanks in advance for any hint!
Best regards,
Jacek