Click or drag to resize

PFFieldGetFieldControlId Method

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

Namespace:  Packflow.Core
Assembly:  MicaSystems.Packflow.Core (in MicaSystems.Packflow.Core.dll) Version: 1.0.0.0 (3.2.0.306)
Syntax
C#
public string GetFieldControlId(
	long uniqueId,
	string controlName
)

Parameters

uniqueId
Type: SystemInt64
controlName
Type: SystemString

Return Value

Type: String
See Also