Click or drag to resize
CoreListModels Method

[Missing <summary> documentation for "M:RFM.Services.Core.ListModels(System.String,System.String,System.String,System.String)"]

Namespace: RFM.Services
Assembly: RFMServices (in RFMServices.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public Response ListModels(
	string authToken,
	string location,
	string query,
	string userKey
)

Parameters

authToken
Type: SystemString

[Missing <param name="authToken"/> documentation for "M:RFM.Services.Core.ListModels(System.String,System.String,System.String,System.String)"]

location
Type: SystemString

[Missing <param name="location"/> documentation for "M:RFM.Services.Core.ListModels(System.String,System.String,System.String,System.String)"]

query
Type: SystemString

[Missing <param name="query"/> documentation for "M:RFM.Services.Core.ListModels(System.String,System.String,System.String,System.String)"]

userKey
Type: SystemString

[Missing <param name="userKey"/> documentation for "M:RFM.Services.Core.ListModels(System.String,System.String,System.String,System.String)"]

Return Value

Type: Response

[Missing <returns> documentation for "M:RFM.Services.Core.ListModels(System.String,System.String,System.String,System.String)"]

Implements

ICoreListModels(String, String, String, String)
See Also