[This is preliminary documentation and is subject to change.]
Return the Storage Directory matching the given Worklist Item Description.
| C# | Visual Basic | Visual C++ |
public string GetStorageDirectory( string description )
Public Function GetStorageDirectory ( _ description As String _ ) As String
public: String^ GetStorageDirectory( String^ description )
- description (String)
- Worklist Item Description.
Returns the matching Storage Directory - empty string if no match found.