SiteInfoProviderGetRunningSiteInfoFromDBInternal Method |
Returns running SiteInfo object from the database.
Namespace: CMS.SiteProviderAssembly: CMS.SiteProvider (in CMS.SiteProvider.dll) Version: 12.0.0
Syntax protected virtual SiteInfo GetRunningSiteInfoFromDBInternal(
string domainName,
string applicationPath
)
Parameters
- domainName
- Type: SystemString
Domain name - applicationPath
- Type: SystemString
Application path
Return Value
Type:
SiteInfoSee Also