GetTemplatesFileOptions
- Updated2025-07-21
- 1 minute(s) read
GetTemplatesFileOptions
Use these options to specify whether the Engine.GetTemplatesFile method creates the templates file if the templates file does not exist.
- GetTemplatesFileOption_LoadIfNotLoaded –(Value: 0x1) Specifies that the engine loads the templates file if it has not been loaded. If no templates file exists, the engine creates a default templates file. Omit this option to determine whether a templates file has been previously loaded. When you omit this option, the Engine.GetTemplatesFile method returns NULL if no templates file is loaded.
- GetTemplatesFileOption_NoOptions –(Value: 0x0) Specifies that the Engine.GetTemplatesFile method returns a value of NULL for PropertyObjectFile if the templates file does not exist.