Plumtree Portal UI  
 

SharedStateVariable.CheckHasEditAccess Method 

Check whether or not the specified library has edit access to this object.

public virtual void CheckHasEditAccess(
   string _strCurrentLibraryName,
   string _strKey,
   string _strCurrentTagName
);

Parameters

_strCurrentLibraryName
The name of the library to check security for.
_strKey
The key used to access this variable. This is used for error reporting purposes only.
_strCurrentTagName

Return Value

true implies that the library has edit access

See Also

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