RFA .NET
Assembly: RFA8_NET110_x64 (in RFA8_NET110_x64.dll) Version: 8.0.1.1
Gets a ConfigSoftlink type of a descendant node.
Namespace: ThomsonReuters.RFA.ConfigAssembly: RFA8_NET110_x64 (in RFA8_NET110_x64.dll) Version: 8.0.1.1
Syntax
C# |
---|
public ConfigSoftlink GetChildAsSoftlink( RFA_String name, ConfigSoftlink defVal ) |
Visual Basic |
---|
Public Function GetChildAsSoftlink ( _ name As RFA_String, _ defVal As ConfigSoftlink _ ) As ConfigSoftlink |
Visual C++ |
---|
public: ConfigSoftlink^ GetChildAsSoftlink( RFA_String^ name, ConfigSoftlink^ defVal ) |
F# |
---|
member GetChildAsSoftlink : name:RFA_String * defVal:ConfigSoftlink -> ConfigSoftlink |
Parameters
- name
- Type: ThomsonReuters.RFA.Common..::..RFA_String
A name of the queried child node.
- defVal
- Type: ThomsonReuters.RFA.Config..::..ConfigSoftlink
The default value if the node does not exist.
Return Value
A ConfigSoftlink type node.
Remarks
A ConfigSoftlink type of a descendant node will be returned if the
tree has a such named child node and its type is ConfigSoftlink.
Otherwise the defVal will be returned.