Class OrganizationExportModel
Inheritance
System.Object
OrganizationExportModel
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
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
ViewId
Declaration
public int ViewId { get; set; }
Property Value
Type |
Description |
System.Int32 |
|