Dynamicweb 8 Documentation
DefinedRight Constructor(Int32,UserPermissionRights,String,Boolean)

Syntax
'Declaration
 
Public Function New( _ 
   ByVal UserID As Integer, _ 
   ByVal Permissions As UserPermissionRights, _ 
   ByVal UserName As String, _ 
   ByVal IsGroup As Boolean _ 
)
public DefinedRight( 
   int UserID,
   UserPermissionRights Permissions,
   string UserName,
   bool IsGroup 
)

Parameters

UserID
Permissions
UserName
IsGroup
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

DefinedRight Structure
DefinedRight Members
Overload List

Send Feedback