alterType
alterType
alterType
Metadata
Creates and returns a COAPI metadata struct
Arguments
Name |
Type |
Required |
Default |
Options |
Description |
package |
string |
Yes |
|
|
The package the content type is in |
name |
string |
Yes |
|
|
The name of the content type |
getIconPath()
Returns the path for the specified icon.
Arguments
Name |
Type |
Required |
Default |
Options |
Description |
iconname |
string |
Yes |
|
|
The name of the icon to retrieve |
size |
string |
Yes |
48 |
|
The size of the icon required |
default |
string |
No |
custom.png |
|
The default icon to use |
refreshAllCFCAppData()
Inserts the metadata information for each cfc into the application scope.
Arguments
Name |
Type |
Required |
Default |
Options |
Description |
dsn |
String |
No |
[runtime expression] |
|
|
dbowner |
String |
No |
[runtime expression] |
|
|
refreshCFCAppData()
Arguments
Name |
Type |
Required |
Default |
Options |
Description |
typename |
String |
No |
|
|
|
scope |
String |
No |
types |
|
|
Arguments
Name |
Type |
Required |
Default |
Options |
Description |
typename |
string |
Yes |
|
|
|
stProps |
struct |
Yes |
|
|
|
updateJoins()
Returns an array of the joins to and from the specified type
Arguments
Name |
Type |
Required |
Default |
Options |
Description |
stCOAPI |
struct |
Yes |
|
|
The COAPI metadata struct |