Click or drag to resize

LocationCreate Method (Group, Boolean)

Creates the specified group.

Namespace:  Dynamicweb.Maps
Assembly:  Dynamicweb.Maps (in Dynamicweb.Maps.dll) Version: 1.0.9
Syntax
public static Location Create(
	Group group,
	bool force = false
)

Parameters

group
Type: Dynamicweb.Security.UserManagementGroup
The group.
force (Optional)
Type: SystemBoolean
Needs to force operation?

Return Value

Type: Location
Location.
See Also