CopyRelevantNewReaderSettings() public static method

If the collection has no reader tools at all, or if ones that came with the program are newer, copy the ones that came with the program. This is language-dependent, we'll typically only overwrite settings for an English collection.
public static CopyRelevantNewReaderSettings ( CollectionSettings settings ) : void
settings Bloom.Collection.CollectionSettings
return void
Example #1
0
 /// <summary>
 /// Provides a hook for anything the toolbox wants to do when a project is opened.
 /// </summary>
 /// <param name="settings"></param>
 public static void SetupToolboxForCollection(CollectionSettings settings)
 {
     DecodableReaderTool.CopyRelevantNewReaderSettings(settings);
 }