Click or drag to resize

PFFieldHtmlHelperGetFieldControlId Method (PFField, Int64, String)

Returns an unique HTML control Id based on current field name. Note : characters ".", "_" and " " are automatically removed from the controlName.

Namespace:  Packflow.Interface
Assembly:  MicaSystems.Packflow.Interface (in MicaSystems.Packflow.Interface.dll) Version: 1.0.0.0 (2.0.0.223)
Syntax
C#
public static string GetFieldControlId(
	PFField field,
	long uniqueId,
	string controlName
)

Parameters

field
Type: Packflow.CorePFField
uniqueId
Type: SystemInt64
controlName
Type: SystemString

Return Value

Type: String
See Also