Click or drag to resize
DataComConfiguration Constructor (String)
Initializes a new instance of the DataComConfiguration class with the specified site name.

Namespace: CMS.DataCom
Assembly: CMS.DataCom (in CMS.DataCom.dll) Version: 8.2.23
Syntax
C#
public DataComConfiguration(
	string siteName
)

Parameters

siteName
Type: SystemString
The name of the site to retrieve settings for
See Also