Dynamicweb 9
Dynamicweb 9
Dynamicweb.Environment.Web
Application Class
Application Methods
Add Method
Clear Method
IsValid Method
Lock Method
Remove Method
Set Method
Unlock Method
Application
Remove 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
C#
VB
Copy
public
void
Remove
(
string
name
)
Public
Sub
Remove
(
name
As
String
)
Parameters
name
Type:
System
String
The name of the object to remove
Implements
IApplication
Remove(String)
See Also
Reference
Application Class
Dynamicweb.Environment.Web Namespace