Removes all tags belonging to the specified group.

Namespace: HiComponents.IEvolution
Assembly: IEvolution2 (in IEvolution2.dll) Version: 10.1.0.0

Syntax

         
 C#  Visual Basic  Visual C++ 
public void DeleteGroup(
	int group
)
Public Sub DeleteGroup ( _
	group As Integer _
)
public:
void DeleteGroup(
	int group
)

Parameters

group
Int32
The tag group

See Also