Bloom.Edit.ToolboxView.SetupToolboxForCollection C# (CSharp) Method

SetupToolboxForCollection() public static method

Provides a hook for anything the toolbox wants to do when a project is opened.
public static SetupToolboxForCollection ( CollectionSettings settings ) : void
settings Bloom.Collection.CollectionSettings
return void
        public static void SetupToolboxForCollection(CollectionSettings settings)
        {
            DecodableReaderTool.CopyRelevantNewReaderSettings(settings);
        }