SiteInfo Constructor (SiteInfo, Boolean) |
Constructor - Creates a new SiteInfo object from the given DataClass.
Namespace: CMS.SiteProviderAssembly: CMS.SiteProvider (in CMS.SiteProvider.dll) Version: 12.0.0
Syntax 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