RFA .NET
Assembly: RFA8_NET110_x64 (in RFA8_NET110_x64.dll) Version: 8.0.1.1
Gets a handle to a heap allocated list of RFA_Strings.
Namespace: ThomsonReuters.RFA.ConfigAssembly: RFA8_NET110_x64 (in RFA8_NET110_x64.dll) Version: 8.0.1.1
Syntax
C# |
---|
public List<RFA_String> GetChildAsStringList( RFA_String name, RFA_String defVal, RFA_String dltr ) |
Visual Basic |
---|
Public Function GetChildAsStringList ( _ name As RFA_String, _ defVal As RFA_String, _ dltr As RFA_String _ ) As List(Of RFA_String) |
Visual C++ |
---|
public: List<RFA_String^>^ GetChildAsStringList( RFA_String^ name, RFA_String^ defVal, RFA_String^ dltr ) |
F# |
---|
member GetChildAsStringList : name:RFA_String * defVal:RFA_String * dltr:RFA_String -> List<RFA_String> |
Parameters
- name
- Type: ThomsonReuters.RFA.Common..::..RFA_String
A name of the queried child node.
- defVal
- Type: ThomsonReuters.RFA.Common..::..RFA_String
The default value if the node does not exist.
- dltr
- Type: ThomsonReuters.RFA.Common..::..RFA_String
A string delimiter.
Return Value
A list of string value of the child node.
Remarks
A handle to a heap allocated list of RFA_Strings will be returned
if the tree has a such named descendant node and its type is
ConfigString. Otherwise the defVal will be returned.
A caller is responsible for setting the handle to null.