Builder_Settings_Builder.Refresh Method
Refreshes the specified builder settings object, from the information pulled from the database
Namespace: SobekCM.Engine_Library.SettingsAssembly: SobekCM_Engine_Library (in SobekCM_Engine_Library.dll) Version: 4.10.0.0 (4.10.0.0)
Syntax
C# |
---|
public static bool Refresh(
Builder_Settings SettingsObject,
DataSet SobekCM_Settings,
bool IncludeModuleDescriptions,
int DataTableOffset
) |
Parameters
- SettingsObject
- Type: SobekCM.Core.Settings..::..Builder_Settings
Current builer settings object to refresh
- SobekCM_Settings
- Type: System.Data..::..DataSet
Dataset of all the builder settings, from the instance database
- IncludeModuleDescriptions
- Type: System..::..Boolean
Flag indicates if the module descriptions should be included for human readability
- DataTableOffset
- Type: System..::..Int32
If some previous tables exist, and should be skipped, set this to a non-zero value
Return Value
Type:
Boolean TRUE if successful, otherwise FALSE
See Also