[This is preliminary documentation and is subject to change.]
Check if the given Worklist Item Description already exists as a the mapping.
| C# | Visual Basic | Visual C++ |
public bool IsExistingMapping( string description )
Public Function IsExistingMapping ( _ description As String _ ) As Boolean
public: bool IsExistingMapping( String^ description )
- description (String)
- Worklist Item Description.
bool - true if mapping already exists - false otherwise.