Plumtree Portal UI  
 

ObjectSecurityModel.HasEditAccessToGroup Method 

Helper function that returns true if the current user has edit access on the group identified by the ID in argument.

public virtual bool HasEditAccessToGroup(
   int _nGroupID
);

Parameters

_nGroupID

Return Value

boolean

Implements

IObjectSecurityModelRO.HasEditAccessToGroup

See Also

ObjectSecurityModel Class | com.plumtree.portaluiinfrastructure.editor.commonpages.objectsecurity Namespace