Uiinfrastructure API Docs  
 

ImgSvrURLHelper.GetCustomURL Method (Boolean, String, String)

This method is for PSO and customers. It passes back a URL to the folder where they should be placing their static content. For a particular product. Here is a sample: "http://myserver:80/ptimages/portal/custom/".

public virtual string GetCustomURL(
   bool _bIsSecure,
   string _strDomainName,
   string _strProductName
);

Parameters

_bIsSecure
-- Do you want the secure (https://) URL back or the regular Image Server URL back?
_strDomainName
-- The Domain namespace for the product (i.e. "plumtree")
_strProductName
-- The product whose static content you want to access (i.e. "portal" or "collab").

Return Value

The root URL.

See Also

ImgSvrURLHelper Class | com.plumtree.uiinfrastructure.statichelpers Namespace | ImgSvrURLHelper.GetCustomURL Overload List