Namespace:
RainWorx.FrameWorx.Services
Assembly: RainWorx.FrameWorx.Services (in RainWorx.FrameWorx.Services.dll) Version: 3.5
Assembly: RainWorx.FrameWorx.Services (in RainWorx.FrameWorx.Services.dll) Version: 3.5
Syntax
C#
void GenerateUserListCSV( 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
See Also