Click or drag to resize

ControlFieldInfo Constructor (Int32, String)

Initializes a new instance of the ControlFieldInfo class

Namespace:  FileHold.LibraryManager
Assembly:  FileHold.LibraryManager (in FileHold.LibraryManager.dll) Version: 17.0.0.0
Syntax
C#
public ControlFieldInfo(
	int fieldId,
	string name
)

Parameters

fieldId
Type: SystemInt32
name
Type: SystemString
See Also