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_GetArchiveListByColumnsWithContextRequest
public Archive_GetArchiveListByColumnsWithContextRequest()
public string[] Columns { get; set; }
public string Context { get; set; }
public string[] Entities { get; set; }
public int Page { get; set; }
public int PageSize { get; set; }
public string ProviderName { get; set; }
public ArchiveRestrictionInfo[] Restriction { get; set; }
public ArchiveOrderByInfo[] SortOrder { get; set; }
Was this page helpful?