|  | ProgramServiceResetCache Method  | 
 
            Resets certain caches
            
 
    Namespace: 
   ParaPlanREST
    Assembly:
   ParaPlanREST (in ParaPlanREST.dll) Version: 1.0.0.0 (1.0.0.0)
 Syntax
Syntaxpublic SimpleResponse ResetCache(
	string token,
	string device,
	string geozones = "",
	string filespecs = ""
)
public:
SimpleResponse^ ResetCache(
	String^ token, 
	String^ device, 
	String^ geozones = L"", 
	String^ filespecs = L""
)
function ResetCache(token, device, geozones, filespecs);
Parameters
- token
- Type: SystemString
 Token from API Login
- device
- Type: SystemString
 Device name used when logging into API
- geozones (Optional)
- Type: SystemString
 [Missing <param name="geozones"/> documentation for "M:ParaPlanREST.ProgramService.ResetCache(System.String,System.String,System.String,System.String)"] 
- filespecs (Optional)
- Type: SystemString
 [Missing <param name="filespecs"/> documentation for "M:ParaPlanREST.ProgramService.ResetCache(System.String,System.String,System.String,System.String)"] 
Return Value
Type: 
SimpleResponseList of clients
 See Also
See Also