GetComponentmetadata()

Returns back meta information for a component

Usage

STRUCTURE = GetComponentmetadata( component )
Argument Summary
component the path to the component. This is a dot [.] notation. [optional]

Calling

Supports named-parameter calling allowing you to use the function like:

GetComponentmetadata(
   component=?
);

Supports passing parameters as a structure using ArgumentCollection:

GetComponentmetadata( ArgumentCollection={
   component : ?
} );