![]() |
Micro Focus Content Manager SDK 10.0
|
The TrimConfiguration class represents the current configuration of TRIM as managed by the TRIM Enterprise Studio It is only accessible from the server-side machine used to configure the TRIM enterprise. More...
Public Member Functions | |
| TrimEnterpriseConfiguration () | |
| Constructs a TRIM configuration object which will allow you edit details of this configuration More... | |
| TrimEnterpriseDataset | NewDataset (DatabaseTypes dbType, string arg1, string arg2) |
| Creates a new TRIM dataset in this configuration More... | |
| TrimEnterpriseDataset | FindDataset (string withDbid) |
| Find a dataset in this configuration with the supplied dataset id More... | |
| TrimEnterpriseDataset | GetDataset (uint idx) |
| Gets the dataset at the nominated index - this allows you to iterate all the datasets in this configuration More... | |
| void | Save () |
| Commits the changes made to the configuration by saving the .tcfg file to the appropriate place on the disk. More... | |
Protected Attributes | |
| bool | swigCMemOwn |
Properties | |
| uint | DatasetCount [get] |
| Returns the number of datasets in this configuration More... | |
| bool | IsModified [get] |
| Gets a boolean property indicating if there are any changes to this config file that need to be saved or deployed. More... | |
| string | ConfigFileName [get] |
| Gets a string property indicating the name of the .tcfg file being edited More... | |
The TrimConfiguration class represents the current configuration of TRIM as managed by the TRIM Enterprise Studio It is only accessible from the server-side machine used to configure the TRIM enterprise.
| TRIM.SDK.TrimEnterpriseConfiguration.TrimEnterpriseConfiguration | ( | ) |
Constructs a TRIM configuration object which will allow you edit details of this configuration
| TrimEnterpriseDataset TRIM.SDK.TrimEnterpriseConfiguration.FindDataset | ( | string | withDbid | ) |
Find a dataset in this configuration with the supplied dataset id
| TrimEnterpriseDataset TRIM.SDK.TrimEnterpriseConfiguration.GetDataset | ( | uint | idx | ) |
Gets the dataset at the nominated index - this allows you to iterate all the datasets in this configuration
| TrimEnterpriseDataset TRIM.SDK.TrimEnterpriseConfiguration.NewDataset | ( | DatabaseTypes | dbType, |
| string | arg1, | ||
| string | arg2 | ||
| ) |
Creates a new TRIM dataset in this configuration
| void TRIM.SDK.TrimEnterpriseConfiguration.Save | ( | ) |
Commits the changes made to the configuration by saving the .tcfg file to the appropriate place on the disk.
|
protected |
|
get |
Gets a string property indicating the name of the .tcfg file being edited
|
get |
Returns the number of datasets in this configuration
|
get |
Gets a boolean property indicating if there are any changes to this config file that need to be saved or deployed.