Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
public class Archive_ExportArchiveRequest
public Archive_ExportArchiveRequest()
public string[] Columns { get; set; }
public string Context { get; set; }
public string[] DesiredEntities { get; set; }
public int EstimatedRowCount { get; set; }
public string ExportType { get; set; }
public string ProviderName { get; set; }
public ArchiveRestrictionInfo[] Restrictions { get; set; }
public string[] SelectedRowIds { get; set; }
public ArchiveOrderByInfo[] SortOrder { get; set; }
Was this page helpful?