Click or drag to resize

ApplicationRemove Method

Removes the named object from the collection

Namespace:  Dynamicweb.Environment.Web
Assembly:  Dynamicweb.Environment.Web (in Dynamicweb.Environment.Web.dll) Version: 3.2.1
Syntax
public void Remove(
	string name
)

Parameters

name
Type: SystemString
The name of the object to remove

Implements

IApplicationRemove(String)
See Also