Dynamicweb 8 Documentation
Add Method (ModulePermissionCollection)

Module system name for which module permission should be set.
Module permissions to be set.
Adds (or updates) module permission for desired module.
Syntax
'Declaration
 
Public Shadows Sub Add( _ 
   ByVal moduleSystemName As String, _ 
   ByVal permission As ModulePermission _ 
) 
public new void Add( 
   string moduleSystemName,
   ModulePermission permission 
)

Parameters

moduleSystemName
Module system name for which module permission should be set.
permission
Module permissions to be set.
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

ModulePermissionCollection Class
ModulePermissionCollection Members

Send Feedback