Plumtree Portal UI  
 

AppDataObject.GetStyleSheet Method 

Calculate the style sheet for this gatewayed page. If this page is not coming from a community, then we use the subportal's style sheet. If it is coming from a community, then we first check to see if there is a community style sheet; if there is not, then we default to the subportal.

public static PTStyleSheetLink GetStyleSheet(
   int iCommunityID,
   IPTSession ptSession,
   AActivitySpace asOwner
);

See Also

AppDataObject Class | com.plumtree.portaluiinfrastructure.statichelpers Namespace