Dynamicweb 8 Documentation
UserPermission Constructor(String,String,Int32)

Syntax
'Declaration
 
Public Function New( _ 
   ByVal UserPermissionType As String, _ 
   ByVal UserPermissionTypeID As String, _ 
   ByVal UserID As Integer _ 
)
public UserPermission( 
   string UserPermissionType,
   string UserPermissionTypeID,
   int UserID 
)

Parameters

UserPermissionType
UserPermissionTypeID
UserID
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

UserPermission Class
UserPermission Members
Overload List

Send Feedback