Click or drag to resize

PFUserHtmlHelperControlUserForTProperty Method

Gets the html of a control, loaded with current user corresponding value.

Namespace:  Packflow.Interface
Assembly:  MicaSystems.Packflow.Interface (in MicaSystems.Packflow.Interface.dll) Version: 1.0.0.0 (2.0.0.223)
Syntax
C#
public Html ControlUserFor<TProperty>(
	Expression<Func<PFUser, TProperty>> expression,
	bool isProfile = false,
	bool isEmail = false
)

Parameters

expression
Type: System.Linq.ExpressionsExpressionFuncPFUser, TProperty
isProfile (Optional)
Type: SystemBoolean
isEmail (Optional)
Type: SystemBoolean

Type Parameters

TProperty

Return Value

Type: Html
See Also