UserExportOptions Class Members
In This Topic
The following tables list the members exposed by UserExportOptions.
Public Constructors
Public Properties
| Name | Description |
 | DataFormat |
Gets or sets the DataFormat
|
 | ExportName |
Gets or sets the export name for logging purpose
|
 | FileTag |
Gets or sets the file tag
|
 | SelectedFields |
Gets or sets the array of selected fields
|
 | SelectionCriteria |
Gets or sets the user filter criteria, provide a value for SelectionCriteria or UserIdRange properties, whena value for UserIdRange is specifeid the value for this property will be ignored
|
 | TextDelimiter |
Gets or sets the TextDelimiter for CSV data
|
 | TextQualifier |
Gets or sets the TextQualifier for CSV data
|
 | UserIdRange |
Gets or sets the user Id range, whena a value is specified the SelectionCriteria will be ignored.
|
Top
Extension Methods
| Name | Description |
 | ToQueryString | Overloaded.
Use this method to bulid query string from NameValueCollection
|
Top
See Also