SiteInfoProviderGetRunningSiteInfo Method |
Returns the running SiteInfo selected by specified domain name, if the site is not running, returns null.
Namespace: CMS.SiteProviderAssembly: CMS.SiteProvider (in CMS.SiteProvider.dll) Version: 12.0.0
Syntax public static SiteInfo GetRunningSiteInfo(
string domainName,
string applicationPath
)
Parameters
- domainName
- Type: SystemString
Domain name - applicationPath
- Type: SystemString
Application path
Return Value
Type:
SiteInfoSee Also