Click or drag to resize

LocationCreate Method (User, Boolean)

Creates the specified user.

Namespace:  Dynamicweb.Maps
Assembly:  Dynamicweb.Maps (in Dynamicweb.Maps.dll) Version: 1.0.9
Syntax
public static Location Create(
	User user,
	bool force
)

Parameters

user
Type: Dynamicweb.Security.UserManagementUser
The user.
force
Type: SystemBoolean
Needs to force operation?

Return Value

Type: Location
Location.
See Also