Uiinfrastructure API Docs  
 

ImgSvrURLHelper.GetURL Method (Boolean, String, Boolean, String)

Returns an Image Server URL.

public virtual string GetURL(
   bool _bIsSecure,
   string _strProductName,
   bool _bIsPublic,
   string _strFileType
);

Parameters

_bIsSecure
-- Do you want the secure (https://) URL back or the regular Image Server URL back?
_strProductName
-- The product whose static content you want to access (i.e. "portal" or "collab").
_bIsPublic
-- The scope of the folder you want to access (i.e. "public", "private", "custom".
_strFileType
-- The kind of static content you want to access (i. e. Images, JavaScript files, Style Sheets. Seet the string constant enumerated at the top).

Return Value

An Image Server URL

See Also

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