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,
	ConstantsManager siteConstantsManager,
	string siteContentName,
	FieldType fieldType
)
Visual Basic
<ExtensionAttribute> _
Public Shared Function SelfEditFieldData ( _
	helper As HtmlHelper, _
	siteConstantsManager As ConstantsManager, _
	siteContentName As String, _
	fieldType As FieldType _
) As FieldInfo
Visual C++
[ExtensionAttribute]
public:
static FieldInfo^ SelfEditFieldData(
	HtmlHelper^ helper, 
	ConstantsManager^ siteConstantsManager, 
	String^ siteContentName, 
	FieldType fieldType
)

Parameters

helper
Type: HtmlHelper
siteConstantsManager
Type: Cartella.Models..::..ConstantsManager
siteContentName
Type: System..::..String
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