GetTagData()

Returns Information about a Tag as Struct

GetTagData( nameSpaceWithSeparator=string, tagName=string );

Returns: Struct

Argument Description
nameSpaceWithSeparator
string, required

The namespace of the tag with the separator Example: cf, rc: aso.

tagName
string, required

The tag name without namespace Example: login,mail aso.

Examples

get_tag = GetTagData("cf","set");
writeDump(get_tag);

See also