Click or drag to resize

ApplicationAdd 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
public void Add(
	string name,
	Object value
)

Parameters

name
Type: SystemString
The key of the object
value
Type: SystemObject
The value to add to the collection

Implements

IApplicationAdd(String, Object)
See Also