Click or drag to resize
ParaPlan Logo

ProgramServiceResetCache Method

Resets certain caches

Namespace:  ParaPlanREST
Assembly:  ParaPlanREST (in ParaPlanREST.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public SimpleResponse ResetCache(
	string token,
	string device,
	string geozones = "",
	string 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: SimpleResponse
List of clients
See Also