ColdFusion 9.0 Resources |
GetComponentMetaDataDescriptionGets metadata (such as the functions and implemented interfaces of a component) for a CFC or ColdFusion interface. ReturnsA structure containing the metadata for the CFC or interface. For information on the structure contents, see the component entry in the table in the GetMetaData Usage section. Parameters
UsageThis function and the getMetaData function return the same data. This function, however, takes a path to the CFC or Interface definition file, and does not use or create an object instance. Also, this function can get data about CFCs and interfaces only, and you cannot specify an interface in the getMetaData function. |