Class SelectedExport
Inheritance
System.Object
SelectedExport
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Mix.Lib.Dtos
Assembly: mix.library.dll
Syntax
public class SelectedExport
Properties
| Improve this Doc View SourceMixDatabaseIds
Declaration
public List<int> MixDatabaseIds { get; set; }
Property Value
Type | Description |
---|---|
List<System.Int32> |
ModuleContentIds
Declaration
public List<int> ModuleContentIds { get; set; }
Property Value
Type | Description |
---|---|
List<System.Int32> |
ModuleIds
Declaration
public List<int> ModuleIds { get; set; }
Property Value
Type | Description |
---|---|
List<System.Int32> |
PageContentIds
Declaration
public List<int> PageContentIds { get; set; }
Property Value
Type | Description |
---|---|
List<System.Int32> |
PageIds
Declaration
public List<int> PageIds { get; set; }
Property Value
Type | Description |
---|---|
List<System.Int32> |
PostContentIds
Declaration
public List<int> PostContentIds { get; set; }
Property Value
Type | Description |
---|---|
List<System.Int32> |
PostIds
Declaration
public List<int> PostIds { get; set; }
Property Value
Type | Description |
---|---|
List<System.Int32> |