var doc = new Document(1234); doc.getProperty("my_property_alias").Value = "Hello World"; doc.Save();
Or are you asking when is the best time to do the assignment? If that's the case then it really depends on what you're trying to achieve. If you want to change it depending on a save operation then you can use the After_Save event which is fired.
Maybe if you better explained what you are trying to achieve we can help better :)
Change PropertyValue
How can i change the value of a property from C# code .
Best regards , Vlad
By assigning it?
Or are you asking when is the best time to do the assignment? If that's the case then it really depends on what you're trying to achieve. If you want to change it depending on a save operation then you can use the After_Save event which is fired.
Maybe if you better explained what you are trying to achieve we can help better :)
is working on a reply...