Plumtree Portal UI  
 

SharedStateVariable Constructor

Construct a new SharedStateVariable for an object with no edit access restrictions.

Overload List

Construct a new SharedStateVariable for an object with no edit access restrictions.

public SharedStateVariable(object);

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

public SharedStateVariable(string,object);

See Also

SharedStateVariable Class | com.plumtree.portaluiinfrastructure.tags.helper Namespace