Micro Focus Content Manager SDK 10.0
TRIM.SDK.TrimEnterpriseConfiguration Class Reference

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...
 

Detailed Description

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.

Constructor & Destructor Documentation

◆ TrimEnterpriseConfiguration()

TRIM.SDK.TrimEnterpriseConfiguration.TrimEnterpriseConfiguration ( )

Constructs a TRIM configuration object which will allow you edit details of this configuration

Member Function Documentation

◆ FindDataset()

TrimEnterpriseDataset TRIM.SDK.TrimEnterpriseConfiguration.FindDataset ( string  withDbid)

Find a dataset in this configuration with the supplied dataset id

◆ GetDataset()

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

◆ NewDataset()

TrimEnterpriseDataset TRIM.SDK.TrimEnterpriseConfiguration.NewDataset ( DatabaseTypes  dbType,
string  arg1,
string  arg2 
)

Creates a new TRIM dataset in this configuration

◆ Save()

void TRIM.SDK.TrimEnterpriseConfiguration.Save ( )

Commits the changes made to the configuration by saving the .tcfg file to the appropriate place on the disk.

Member Data Documentation

◆ swigCMemOwn

bool TRIM.SDK.TrimEnterpriseConfiguration.swigCMemOwn
protected

Property Documentation

◆ ConfigFileName

string TRIM.SDK.TrimEnterpriseConfiguration.ConfigFileName
get

Gets a string property indicating the name of the .tcfg file being edited

◆ DatasetCount

uint TRIM.SDK.TrimEnterpriseConfiguration.DatasetCount
get

Returns the number of datasets in this configuration

◆ IsModified

bool TRIM.SDK.TrimEnterpriseConfiguration.IsModified
get

Gets a boolean property indicating if there are any changes to this config file that need to be saved or deployed.