Dynamicweb 8 Documentation
Copy(String,String) Method

New group ID.
Language ID.
Create and save to database a copy of current group with specified group ID and language ID
Syntax
'Declaration
 
Public Overloads Function Copy( _ 
   ByVal ID As String, _ 
   ByVal langID As String _ 
) As Group
public Group Copy( 
   string ID,
   string langID 
)

Parameters

ID
New group ID.
langID
Language ID.

Return Value

Copied group
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

Group Class
Group Members
Overload List

Send Feedback