Removes an item from the collection

Namespace:  Novalys.VisualGuard.Security.Deployment.Repository
Assembly:  vg_deployment (in vg_deployment.exe) Version: 3.2.912.1 (3.2.912.01)

Syntax

C#
public void Remove(
	Type itemType,
	string repositoryId
)
Visual Basic (Declaration)
Public Sub Remove ( _
	itemType As Type, _
	repositoryId As String _
)

Parameters

itemType
Type: System..::.Type
the type of the item
repositoryId
Type: System..::.String
the repository id of the item to remove

See Also