Commits the changes to the directory
| C# | Visual Basic | Visual C++ |
public void CommitChanges()
Public Sub CommitChanges
public: void CommitChanges()
0 if successful
This method attempts to persist this object. It is equivalent to a Save method. If the object is clean (isDirty!=true), then
nothing happens here.