Click or drag to resize
CoreListUsers Method

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

Namespace: RFM.Services
Assembly: RFMServices (in RFMServices.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public Response ListUsers(
	string authToken,
	string filter,
	int maxRecords,
	int pageSize,
	string userKey
)

Parameters

authToken
Type: SystemString

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

filter
Type: SystemString

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

maxRecords
Type: SystemInt32

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

pageSize
Type: SystemInt32

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

userKey
Type: SystemString

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

Return Value

Type: Response

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

Implements

ICoreListUsers(String, String, Int32, Int32, String)
See Also