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

Syntax

C#
public static string GetCustomHeaderInfoString(
	string customFieldName
)
Visual Basic
Public Shared Function GetCustomHeaderInfoString ( _
	customFieldName As String _
) As String
Visual C++
public:
static String^ GetCustomHeaderInfoString(
	String^ customFieldName
)

Parameters

customFieldName
Type: System..::..String

See Also