CSL.SettingsHandler.SetDeleteTheFolderNames C# (CSharp) Method

SetDeleteTheFolderNames() public static method

public static SetDeleteTheFolderNames ( bool value ) : void
value bool
return void
        public static void SetDeleteTheFolderNames(bool value)
        {
            settings.DeleteTheFolderNames = value;
            settings.Save();
        }