MetadataStructureCacheworkflowStateIdByAlias Field |
Container for cached state aliases.
Namespace:
MFiles.VAF.MetadataCache
Assembly:
MFiles.VAF (in MFiles.VAF.dll) Version: 2.3.623.2
Syntaxprotected ConcurrentDictionary<string, int> workflowStateIdByAlias
Protected workflowStateIdByAlias As ConcurrentDictionary(Of String, Integer)
protected:
ConcurrentDictionary<String^, int>^ workflowStateIdByAlias
Field Value
Type:
ConcurrentDictionaryString,
Int32
See Also