Click or drag to resize
SiteInfoProviderGetRunningSiteInfoFromDBInternal Method
Returns running SiteInfo object from the database.

Namespace: CMS.SiteProvider
Assembly: CMS.SiteProvider (in CMS.SiteProvider.dll) Version: 12.0.0
Syntax
C#
protected virtual SiteInfo GetRunningSiteInfoFromDBInternal(
	string domainName,
	string applicationPath
)

Parameters

domainName
Type: SystemString
Domain name
applicationPath
Type: SystemString
Application path

Return Value

Type: SiteInfo
See Also