M-Files UI Extensibility Framework
PersistStringData Method
ICommonFunctions Interface : PersistStringData Method
The data value identification.
Defines whether the data item is application specific or visible to all installed applications.
The data to store into the registry. In string format.
Description
Persists string data to the Windows registry.
Syntax
Visual Basic
Public Sub PersistStringData( _
   ByVal name As String, _
   ByVal privateData As Boolean, _
   ByVal data As String _
) 
Parameters
name
The data value identification.
privateData
Defines whether the data item is application specific or visible to all installed applications.
data
The data to store into the registry. In string format.
See Also

ICommonFunctions Interface  | ICommonFunctions Members