Plumtree Portal UI  
 

PTLoginHelper.GetStyleSheetLinks Method 

Returns an HTMLElementCollection of style sheet links. A style sheet is named "stylesheetname-language", for instance "mainstyle12-en". This function creates a valid PTStyleSheetLink by collecting the style sheet name from the user's subportal, and the user's language from the activity space, then forming a PTStyleSheetLink object from this information.

public virtual HTMLElementCollection GetStyleSheetLinks(
   object userSession,
   AActivitySpace asOwner
);

Parameters

userSession
asOwner

Implements

ILoginHelper.GetStyleSheetLinks

See Also

PTLoginHelper Class | com.plumtree.portaluiinfrastructure.login Namespace