IPluginIntegrationServiceGetDataStorageDirectoryPath Method  | 
 
            Gets path to the directory where plugin should store it's data.
            
 
    Namespace: 
   Resto.Front.Api
    Assembly:
   Resto.Front.Api.V7Preview7 (in Resto.Front.Api.V7Preview7.dll)
Syntaxstring GetDataStorageDirectoryPath()
Return Value
Type: 
String
Remarks
            Contents of that directory will automatically be zipped and deleted in case if iikoFront app has to reset all it's data and start with a clean state.
            Put here things that is related to iikoFront data.
            
See Also