CFIDE.adminapi.flex
Component flex (Flex)
Manages Data Services integration settings.
| hierarchy: | WEB-INF.cftags.component CFIDE.adminapi.base CFIDE.adminapi.flex |
| path: | {web-root}\CFIDE\adminapi\flex.cfc |
| serializable: | Yes |
| properties: | |
| methods: | getProperty, setProperty |
| inherited methods: | dump, getEdition, getInstallType, getJRunRootDir, isAdminUser, RDSInvoker, setJrunSN |
* – private method
| getProperty |
|---|
public any getProperty ( required propertyName
Returns the value of a Data Services integration property setting. Output: suppressed Valid Properties are:
|
| setProperty |
public any setProperty ( required propertyName, required propertyValue
Sets the value of a Data Services integration property setting. Output: suppressed Valid Properties are:
propertyValue: any, required, propertyValue – Value to set for the specified property. |