Click or drag to resize

ModelBase Constructor (String)

Initializes a new instance of an object.

Namespace:  Dynamicweb.Analytics.Model
Assembly:  Dynamicweb.Analytics (in Dynamicweb.Analytics.dll) Version: 2.1.4
Syntax
protected ModelBase(
	string id
)

Parameters

id
Type: SystemString
Unique identifier assigned to the item.
Exceptions
ExceptionCondition
ArgumentNullExceptionid is null.
ArgumentExceptionid is empty string or contains invalid characters.
See Also