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
Add Method
Adds a new object to 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
Add
(
string
name
,
Object
value
)
Public
Sub
Add
(
name
As
String
,
value
As
Object
)
Parameters
name
Type:
System
String
The key of the object
value
Type:
System
Object
The value to add to the collection
Implements
IApplication
Add(String, Object)
See Also
Reference
Application Class
Dynamicweb.Environment.Web Namespace