QuickObjects.ObjectBase Send comments on this topic.
Add(String,Boolean) Method
See Also 
Akal.QuickObjects.ObjectBase Namespace > IFieldCollection Class > Add Method : Add(String,Boolean) Method
fieldsName
Name of the new BaseField.
YesNo
This Method will be deleted!!!!.
NOT IN USE - MARKED FOR DELETION Adds a new BaseField with the Name and Value specified.

Syntax

C# 
public int Add( 
   string fieldsName,
   bool YesNo
)

Parameters

fieldsName
Name of the new BaseField.
YesNo
This Method will be deleted!!!!.

Return Value

Index within the collection for the new fields.

Requirements

Target Platforms: .NET Framework 1.1 or .NET Framework 2.0

See Also