Plumtree Portal UI  
 

SharedStateVariable Constructor (String, Object)

Construct a new SharedStateVariable for an object with edit access restricted to the owning library only.

public SharedStateVariable(
   string _strOwningLibraryName,
   object _oValue
);

Parameters

_strOwningLibraryName
_oValue
The actual value to be stored.

See Also

SharedStateVariable Class | com.plumtree.portaluiinfrastructure.tags.helper Namespace | SharedStateVariable Constructor Overload List