GetTagData()

edit

Returns Information about a Tag as Struct

GetTagData( nameSpaceWithSeparator=string, tagName=string );

Returns: Struct

Argument Description
nameSpaceWithSeparator
string, required
edit

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

tagName
string, required
edit

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

Examples

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

See also