remove_tag
Description:
[
Version ( since =
"0.15.0" ) ]
public bool remove_tag (
string ns,
string tag)
Remove a tag from this component
Parameters:
this |
a Component instance.
|
ns |
The namespace the tag belongs to
|
tag |
The tag name
|
Returns:
true if the tag was removed.
|