CmisSync.Lib.Sync.CmisRepo.SynchronizedFolder.UpdateSettings C# (CSharp) Méthode

UpdateSettings() public méthode

Update Settings.
public UpdateSettings ( RepoInfo repoInfo ) : void
repoInfo CmisSync.Lib.RepoInfo
Résultat void
            public void UpdateSettings(RepoInfo repoInfo)
            {
                //Cancel sync before settings update.
                CancelSync();

                //Set the cmis session to null
                session = null;

                this.repoInfo = repoInfo;
            }