Click or drag to resize

RendererRenderUserAddressAdd Method

Namespace:  Dynamicweb.UserManagement.Frontend
Assembly:  Dynamicweb.UserManagement (in Dynamicweb.UserManagement.dll) Version: 3.0.3
Syntax
public static void RenderUserAddressAdd(
	int userID,
	bool forUpdate,
	int addressId,
	Template template,
	List<UMFormField> errors
)

Parameters

userID
Type: SystemInt32
forUpdate
Type: SystemBoolean
addressId
Type: SystemInt32
template
Type: Dynamicweb.RenderingTemplate
errors
Type: System.Collections.GenericListUMFormField
See Also