Plumtree Portal UI  
 

PlumtreeHelpers.PBReadString Method 

Reads a String value from a property bag. Returns strDefault if the value was not found or an error occurred. Copied from ModelHelpers in PortalPages. We may want to put this and other property bag helpers into their own class, or unifying class.

public static string PBReadString(
   IXPPropertyBag ptPropBag,
   string sPropID,
   string strDefault
);

Parameters

ptPropBag
sPropID
strDefault

Return Value

String

See Also

PlumtreeHelpers Class | com.plumtree.portaluiinfrastructure.statichelpers Namespace