Creates group pages for specified group.
            
Namespace: CMS.CommunityAssembly: CMS.Community (in CMS.Community.dll) Version: 8.0.0.0 (8.1.5347.20411)
Parameters
- gi
 - Type: CMS.Community GroupInfo
Group info object 
- sourcePath
 - Type: 
System String
Source template path 
- targetPath
 - Type: 
System String
Target template path 
- groupProfileURLPath
 - Type: 
System String
URL path to group profile. Macro {groupname} is automatically resolved to current group 
- culture
 - Type: 
System String
Document culture 
- combineWithDefaultCulture
 - Type: 
System Boolean
Combine with default culture 
- user
 - Type: CMS.Membership UserInfo
User info 
- ri
 - Type: CMS.Membership RoleInfo
Role info 
Return Value
Type:Returns error message if this method failed. Otherwise return empty string.
See Also