Okapi .NET Library

FieldsString.GetGroup Method 

 [This is preliminary documentation and subject to change.]

Gets the string value of a specified option.

[Visual Basic]
Public Function GetGroup( _ 
   ByVal p_sName As String, _ 
   ByVal p_sDefaultValue As String _ 
) As String
[C#]
public string GetGroup(
   string p_sName,
   string p_sDefaultValue
);
[C++]
public: String* GetGroup(
   String* p_sName,
   String* p_sDefaultValue
);
[JScript]
public function GetGroup(
   String p_sName,
   String p_sDefaultValue
): String;

Parameters

p_sName
Name of the group to retrieve.
p_sDefaultValue
Default value.

Return Value

The value for the specified group, or the default value if no value could be found or if an error occured.

See Also

FieldsString Class | Okapi.Library.Base Namespace