You are here: RainWorx.FrameWorx.Services > IUserService Interface > IUserService Methods > GenerateUserListCSVSync Method

IUserServiceGenerateUserListCSVSync Method

AuctionWorx 3.5 API

Namespace:  RainWorx.FrameWorx.Services
Assembly:  RainWorx.FrameWorx.Services (in RainWorx.FrameWorx.Services.dll) Version: 3.5

Syntax

C#
string GenerateUserListCSVSync(
	string actingUserName,
	int Id,
	string searchUserName,
	string searchFirstName,
	string searchLastName,
	string searchEmail,
	string searchStatus,
	string searchRole,
	string sortColumn,
	bool sortDescending,
	bool includeHeaders,
	string columnSpecification
)

Parameters

actingUserName
Type: SystemString
Id
Type: SystemInt32
searchUserName
Type: SystemString
searchFirstName
Type: SystemString
searchLastName
Type: SystemString
searchEmail
Type: SystemString
searchStatus
Type: SystemString
searchRole
Type: SystemString
sortColumn
Type: SystemString
sortDescending
Type: SystemBoolean
includeHeaders
Type: SystemBoolean
columnSpecification
Type: SystemString

Return Value

Type: String
See Also

Reference

Copyright © 2002-2022. RainWorx Software. All rights reserved.