myDATATools.getOtherCorrelatedEntitiesType Method
Correlated Entities Types are used for the field otherCorrelatedEntities.type.
The responsibility for selecting the appropriate Correlated Entity Type lies with the end user.
Public Function getOtherCorrelatedEntitiesType( _
Optional ByVal English As Boolean = False _
) As Dictionary(Of Integer, String)
This language is not supported or no code example is available.
Parameters
- English
- bool
Optional. If True, the result in English terms. Default is False
Return Value
Dictionary<int, string>myDATATools mdt = new myDATATools("Arbitrans User", "Arbitrans Key"); Dictionary<int, string> result = mdt.getOtherCorrelatedEntitiesType(true);
This language is not supported or no code example is available.