Click or drag to resize

ApiSessionSaveProject Method

Once retrieved objects have been changed via this API, calling this method causes the changes to be written to the local project folder. Most partition handling methods of this API call this method implicitly upfront. However, if you may want to save changes on your own use this method.

Namespace:  Articy.Api
Assembly:  ArticyApp (in ArticyApp.dll) Version: 1.0.0
Syntax
C#
public void SaveProject()
See Also