Five New Optimizely Certifications are Here! Validate your expertise and advance your career with our latest certification exams. Click here to find out more

Class OrganizationExportModel

Inheritance
System.Object
OrganizationExportModel
Namespace: EPiServer.Commerce.UI.Admin.Customers.Internal
Assembly: EPiServer.Commerce.UI.Admin.dll
Version: 14.26.0
Syntax
public class OrganizationExportModel : Object

Constructors

OrganizationExportModel()

Declaration
public OrganizationExportModel()

Properties

ExcludedOrgId

Declaration
public Guid ExcludedOrgId { get; set; }
Property Value
Type Description
System.Guid

FilterCollection

Declaration
public FilterExpressionNodeCollection FilterCollection { get; set; }
Property Value
Type Description
FilterExpressionNodeCollection

Keyword

Declaration
public string Keyword { get; set; }
Property Value
Type Description
System.String

SearchFields

Declaration
public List<string> SearchFields { get; set; }
Property Value
Type Description
System.Collections.Generic.List<System.String>

SortField

Declaration
public string SortField { get; set; }
Property Value
Type Description
System.String

SortType

Declaration
public SortingElementType SortType { get; set; }
Property Value
Type Description
SortingElementType

ViewId

Declaration
public int ViewId { get; set; }
Property Value
Type Description
System.Int32