| | Uiinfrastructure API Docs | |
| ImgSvrURLHelper.GetDomainRootURL Method |
This method passes back the root Image Server URL. For example, "http: //myserver:80/ptimages/".
public virtual
string GetDomainRootURL(
bool _bIsSecure);
Parameters
-
_bIsSecure
- -- Do you want the secure (https://) URL back or the regular Image Server URL back?
Return Value
The root URL.
See Also
ImgSvrURLHelper Class | com.plumtree.uiinfrastructure.statichelpers Namespace