ComponentInfo()

this function is deprecated, use function GetMetadata() instead.

Status:

deprecated

ComponentInfo( component=component );

Returns: Struct

Argument Description
component
component, required

component to return info for it

Examples

q = new Query();
dump(ComponentInfo(q));

See also