Okapi .NET Library

FieldsString.AddGroup Method 

 [This is preliminary documentation and subject to change.]

Adds a group of fields to the options collection.

[Visual Basic]
Public Sub AddGroup( _ 
   ByVal p_sName As String, _ 
   ByVal p_sValue As String _ 
)
[C#]
public void AddGroup(
   string p_sName,
   string p_sValue
);
[C++]
public: void AddGroup(
   String* p_sName,
   String* p_sValue
);
[JScript]
public function AddGroup(
   String p_sName,
   String p_sValue
);

Parameters

p_sName
The name of the group.
p_sValue
The value of the group.

See Also

FieldsString Class | Okapi.Library.Base Namespace