Unlocking everything in the Notepad

In order to unlock everything in the notepad, we use the .UnlockAllItemsInNotepad() method from the ItemsManager class as shown below.

ItemsManager.Get().UnlockAllItemsInNotepad();   

Last updated