Namespace: Cartella.Models
Assembly: CartellaDomainModels (in CartellaDomainModels.dll) Version: 4.1.0.171 (4.1.0.171)

Syntax

C#
public static FieldInfo SelfEditFieldData(
	this HtmlHelper helper,
	SiteConstant siteConstant,
	FieldType fieldType
)
Visual Basic
<ExtensionAttribute> _
Public Shared Function SelfEditFieldData ( _
	helper As HtmlHelper, _
	siteConstant As SiteConstant, _
	fieldType As FieldType _
) As FieldInfo
Visual C++
[ExtensionAttribute]
public:
static FieldInfo^ SelfEditFieldData(
	HtmlHelper^ helper, 
	SiteConstant^ siteConstant, 
	FieldType fieldType
)

Parameters

helper
Type: HtmlHelper
siteConstant
Type: Cartella.Models..::..SiteConstant
fieldType
Type: FieldType

Usage Note

In Visual Basic and C#, you can call this method as an instance method on any object of type HtmlHelper. When you use instance method syntax to call this method, omit the first parameter. For more information, see or .

See Also