Initialize binding for control.

Namespace: MonoSoftware.MonoX.PrivacyManager
Assembly: MonoX (in MonoX.dll) Version: 5.1.40.5065 (5.1.40.5065)

Syntax

C#
public void Add(
	Control editControl,
	Guid userId,
	string objectTypeFullName,
	string fieldName
)
Visual Basic
Public Sub Add ( 
	editControl As Control,
	userId As Guid,
	objectTypeFullName As String,
	fieldName As String
)
Visual C++
public:
void Add(
	Control^ editControl, 
	Guid userId, 
	String^ objectTypeFullName, 
	String^ fieldName
)
F#
member Add : 
        editControl : Control * 
        userId : Guid * 
        objectTypeFullName : string * 
        fieldName : string -> unit 

Parameters

editControl
Type: System.Web.UI..::..Control
Edit control
userId
Type: System..::..Guid
User Id
objectTypeFullName
Type: System..::..String
Data source object type full name
fieldName
Type: System..::..String
Field name

See Also