Developer Resources for AbleCommerce eCommerce platform
CommerceBuilder.DataExchange Namespace / UserExportOptions Class
Properties


In This Topic
    UserExportOptions Class Members
    In This Topic

    The following tables list the members exposed by UserExportOptions.

    Public Constructors
     NameDescription
    Public Constructor Initializes a new instance of the UserExportOptions class.  
    Top
    Public Properties
     NameDescription
    Public Property Gets or sets the DataFormat  
    Public Property Gets or sets the export name for logging purpose  
    Public Property Gets or sets the file tag  
    Public Property Gets or sets the array of selected fields  
    Public Property 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  
    Public Property Gets or sets the TextDelimiter for CSV data  
    Public Property Gets or sets the TextQualifier for CSV data  
    Public Property Gets or sets the user Id range, whena a value is specified the SelectionCriteria will be ignored.  
    Top
    Extension Methods
     NameDescription
    Public Extension MethodOverloaded.  Use this method to bulid query string from NameValueCollection
    Top
    See Also