Show / Hide Table of Contents

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 Source

MixDatabaseIds

Declaration
public List<int> MixDatabaseIds { get; set; }
Property Value
Type Description
List<System.Int32>
| Improve this Doc View Source

ModuleContentIds

Declaration
public List<int> ModuleContentIds { get; set; }
Property Value
Type Description
List<System.Int32>
| Improve this Doc View Source

ModuleIds

Declaration
public List<int> ModuleIds { get; set; }
Property Value
Type Description
List<System.Int32>
| Improve this Doc View Source

PageContentIds

Declaration
public List<int> PageContentIds { get; set; }
Property Value
Type Description
List<System.Int32>
| Improve this Doc View Source

PageIds

Declaration
public List<int> PageIds { get; set; }
Property Value
Type Description
List<System.Int32>
| Improve this Doc View Source

PostContentIds

Declaration
public List<int> PostContentIds { get; set; }
Property Value
Type Description
List<System.Int32>
| Improve this Doc View Source

PostIds

Declaration
public List<int> PostIds { get; set; }
Property Value
Type Description
List<System.Int32>
  • Improve this Doc
  • View Source
☀
☾
In This Article
Back to top
Generated by DocFX
☀
☾