Worker_Controller.Execute_Immediately Method
Immediately perform all requested tasks
Namespace: SobekCM.Builder_LibraryAssembly: SobekCM_Builder_Library (in SobekCM_Builder_Library.dll) Version: 4.8.7.0 (4.8.7.0)
Syntax
C# |
---|
public void Execute_Immediately(
bool BuildProductionMarcxmlFeed,
bool BuildTestMarcxmlFeed,
bool RunBulkloader,
bool CompleteStaticRebuild,
bool MarcRebuild
) |
Parameters
- BuildProductionMarcxmlFeed
- Type: System..::..Boolean
Flag indicates if the MarcXML feed for OPACs should be produced
- BuildTestMarcxmlFeed
- Type: System..::..Boolean
Flag indicates if the items set to be put in a TEST feed should have their MarcXML feed produced
- RunBulkloader
- Type: System..::..Boolean
Flag indicates if the preload
- CompleteStaticRebuild
- Type: System..::..Boolean
Flag indicates whether to rebuild all the item static pages
- MarcRebuild
- Type: System..::..Boolean
Flag indicates if all the MarcXML files for each resource should be rewritten from the METS/MODS metadata files
See Also