Click or drag to resize
SiteInfo Constructor (SiteInfo, Boolean)
Constructor - Creates a new SiteInfo object from the given DataClass.

Namespace: CMS.SiteProvider
Assembly: CMS.SiteProvider (in CMS.SiteProvider.dll) Version: 9.0.0
Syntax
C#
public SiteInfo(
	SiteInfo si,
	bool keepSourceData
)

Parameters

si
Type: CMS.SiteProviderSiteInfo
Source site info
keepSourceData
Type: SystemBoolean
If true, source data are kept in the object
See Also