I am trying to set the Can MFBuiltInPropertyDef.MFBuiltInPropertyDefMarkedForArchiving using the API and it's not working.
Here is the code where childObjeVerEX is an ObjVerEx type:
childObjVerEx.SetProperty(MFBuiltInPropertyDef.MFBuiltInPropertyDefMarkedForArchiving, MFDataType.MFDatatypeBoolean, true);
childObjVerEx.SaveProperties();
This makes no change to the marked for archiving property on the object.
Is this possible set via the API?
Thanks,
Scott